1. 14 Sep, 2015 2 commits
    • antirez's avatar
      Test: MOVE expire test improved. · a0ff29bc
      antirez authored
      Related to #2765.
      a0ff29bc
    • antirez's avatar
      MOVE now can move TTL metadata as well. · 5b6c7647
      antirez authored
      MOVE was not able to move the TTL: when a key was moved into a different
      database number, it became persistent like if PERSIST was used.
      
      In some incredible way (I guess almost nobody uses Redis MOVE) this bug
      remained unnoticed inside Redis internals for many years.
      Finally Andy Grunwald discovered it and opened an issue.
      
      This commit fixes the bug and adds a regression test.
      
      Close #2765.
      5b6c7647
  2. 05 Aug, 2015 4 commits
  3. 29 May, 2015 3 commits
  4. 19 May, 2015 1 commit
  5. 15 May, 2015 1 commit
  6. 01 Apr, 2015 1 commit
  7. 30 Mar, 2015 1 commit
  8. 27 Mar, 2015 1 commit
  9. 22 Mar, 2015 4 commits
  10. 18 Mar, 2015 1 commit
  11. 10 Feb, 2015 2 commits
    • antirez's avatar
      Faster memory efficiency test. · 9c40565b
      antirez authored
      This test on Linux was extremely slow, since in Tcl we can't enable
      easily tcp-nodelay, so the busy loop used to take *a lot* with bigger
      writes. Fixed using pipelining.
      9c40565b
    • antirez's avatar
      Faster memory efficiency test. · bee03dac
      antirez authored
      This test on Linux was extremely slow, since in Tcl we can't enable
      easily tcp-nodelay, so the busy loop used to take *a lot* with bigger
      writes. Fixed using pipelining.
      bee03dac
  12. 22 Jan, 2015 9 commits
  13. 09 Jan, 2015 1 commit
  14. 11 Dec, 2014 1 commit
    • Matt Stancliff's avatar
      Fix zero-ordering SORT when called against lists · 77bbc0df
      Matt Stancliff authored
      People mostly use SORT against lists, but our prior
      behavior was pretending lists were an unordered bag
      requiring a forced-sort when no sort was requested.
      
      We can just use the native list ordering to ensure
      consistency across replicaion and scripting calls.
      
      Closes #2079
      Closes #545 (again)
      77bbc0df
  15. 03 Dec, 2014 1 commit
  16. 28 Nov, 2014 3 commits
  17. 24 Nov, 2014 1 commit
  18. 14 Nov, 2014 3 commits