1. 27 Feb, 2015 1 commit
  2. 26 Feb, 2015 1 commit
    • 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
  3. 25 Feb, 2015 1 commit
  4. 13 Feb, 2015 1 commit
  5. 12 Feb, 2015 3 commits
  6. 11 Feb, 2015 13 commits
  7. 10 Feb, 2015 8 commits
  8. 02 Feb, 2015 2 commits
    • 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
    • mattcollier's avatar
      Update redis-cli.c · 7db39b7f
      mattcollier authored
      Code was adding '\n'  (line 521) to the end of NIL values exlusively making csv output inconsistent.  Removed '\n'
      7db39b7f
  9. 30 Jan, 2015 3 commits
  10. 29 Jan, 2015 5 commits
  11. 22 Jan, 2015 2 commits