1. 21 Nov, 2011 1 commit
  2. 18 Nov, 2011 1 commit
  3. 15 Nov, 2011 1 commit
  4. 12 Nov, 2011 1 commit
  5. 11 Nov, 2011 1 commit
  6. 10 Nov, 2011 1 commit
  7. 09 Nov, 2011 1 commit
    • antirez's avatar
      Initial support for key expire times with millisecond resolution. RDB version... · 7dcc10b6
      antirez authored
      Initial support for key expire times with millisecond resolution. RDB version is now 3, new opcoded added for high resolution times. Redis is still able to correctly load RDB version 2. Tests passing but still a work in progress. API to specify milliseconds expires still missing, but the precision of normal expires is now already improved and working.
      7dcc10b6
  8. 08 Nov, 2011 2 commits
  9. 04 Nov, 2011 1 commit
  10. 02 Nov, 2011 1 commit
  11. 31 Oct, 2011 4 commits
  12. 27 Oct, 2011 1 commit
  13. 25 Oct, 2011 1 commit
  14. 24 Oct, 2011 1 commit
  15. 17 Oct, 2011 1 commit
  16. 10 Oct, 2011 1 commit
  17. 07 Oct, 2011 2 commits
  18. 04 Oct, 2011 2 commits
  19. 27 Sep, 2011 2 commits
  20. 26 Sep, 2011 1 commit
  21. 16 Sep, 2011 2 commits
  22. 13 Sep, 2011 1 commit
  23. 13 Jul, 2011 1 commit
  24. 08 Jul, 2011 1 commit
    • antirez's avatar
      Take a pointer to the relevant entry of the command table in the client... · 09e2d9ee
      antirez authored
      Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
      09e2d9ee
  25. 30 Jun, 2011 3 commits
  26. 25 Jun, 2011 1 commit
  27. 20 Jun, 2011 2 commits
  28. 17 Jun, 2011 1 commit
  29. 10 Jun, 2011 1 commit