1. 08 Mar, 2015 1 commit
  2. 04 Mar, 2015 1 commit
    • antirez's avatar
      Fix iterator for issue #2438. · 45ff739c
      antirez authored
      Itereator misuse due to analyzeLatencyForEvent() accessing the
      dictionary during the iteration, without the iterator being
      reclared as safe.
      45ff739c
  3. 27 Feb, 2015 1 commit
  4. 26 Feb, 2015 2 commits
    • antirez's avatar
      Improvements to PR #2425 · 53659404
      antirez authored
      1. Remove useless "cs" initialization.
      2. Add a "select" var to capture a condition checked multiple times.
      3. Avoid duplication of the same if (!copy) conditional.
      4. Don't increment dirty if copy is given (no deletion is performed),
         otherwise we propagate MIGRATE when not needed.
      53659404
    • Salvatore Sanfilippo's avatar
      Merge pull request #2425 from twang817/migrateCacheDbid · 968ce964
      Salvatore Sanfilippo authored
      Add last_dbid to migrateCachedSocket to avoid redundant SELECT
      968ce964
  5. 25 Feb, 2015 1 commit
  6. 13 Feb, 2015 2 commits
  7. 12 Feb, 2015 4 commits
  8. 11 Feb, 2015 14 commits
  9. 10 Feb, 2015 11 commits
  10. 03 Feb, 2015 2 commits
  11. 02 Feb, 2015 1 commit
    • mattcollier's avatar
      Update redis-cli.c · 1aed310c
      mattcollier authored
      Code was adding '\n'  (line 521) to the end of NIL values exlusively making csv output inconsistent.  Removed '\n'
      1aed310c