1. 27 Oct, 2014 1 commit
  2. 24 Oct, 2014 1 commit
  3. 23 Oct, 2014 1 commit
  4. 22 Oct, 2014 3 commits
  5. 17 Oct, 2014 10 commits
  6. 16 Oct, 2014 6 commits
  7. 15 Oct, 2014 3 commits
  8. 14 Oct, 2014 3 commits
  9. 10 Oct, 2014 3 commits
  10. 08 Oct, 2014 1 commit
    • antirez's avatar
      Define different types of RDB childs. · 2df8341c
      antirez authored
      We need to remember what is the saving strategy of the current RDB child
      process, since the configuration may be modified at runtime via CONFIG
      SET and still we'll need to understand, when the child exists, what to
      do and for what goal the process was initiated: to create an RDB file
      on disk or to write stuff directly to slave's sockets.
      2df8341c
  11. 07 Oct, 2014 2 commits
  12. 03 Oct, 2014 1 commit
    • antirez's avatar
      INCR: Modify incremented object in-place when possible. · 16559b46
      antirez authored
      However we don't try to do this if the integer is already inside a range
      representable with a shared integer.
      
      The performance gain appears to be around ~15% in micro benchmarks,
      however in the long run this also helps to improve locality, so should
      have more, hard to measure, benefits.
      16559b46
  13. 29 Sep, 2014 5 commits