1. 22 Oct, 2014 1 commit
  2. 17 Oct, 2014 10 commits
  3. 16 Oct, 2014 6 commits
  4. 15 Oct, 2014 3 commits
  5. 14 Oct, 2014 3 commits
  6. 10 Oct, 2014 3 commits
  7. 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
  8. 07 Oct, 2014 2 commits
  9. 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
  10. 29 Sep, 2014 10 commits