1. 29 Oct, 2014 3 commits
    • Matt Stancliff's avatar
      Fix zero-ordering SORT when called against lists · 6c0abc4a
      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)
      6c0abc4a
    • antirez's avatar
      Merge branch 'memsync' into unstable · 6fbaeddf
      antirez authored
      6fbaeddf
    • antirez's avatar
      Diskless replication: missing listRewind() added. · 9ec22d92
      antirez authored
      This caused BGSAVE to be triggered a second time without any need when
      we switch from socket to disk target via the command
      
          CONFIG SET repl-diskless-sync no
      
      and there is already a slave waiting for the BGSAVE to start.
      Also comments clarified about what is happening.
      9ec22d92
  2. 27 Oct, 2014 6 commits
  3. 24 Oct, 2014 3 commits
  4. 23 Oct, 2014 1 commit
  5. 22 Oct, 2014 3 commits
  6. 17 Oct, 2014 10 commits
  7. 16 Oct, 2014 6 commits
  8. 15 Oct, 2014 4 commits
  9. 14 Oct, 2014 3 commits
  10. 10 Oct, 2014 1 commit