1. 23 Nov, 2011 1 commit
  2. 21 Nov, 2011 1 commit
  3. 18 Nov, 2011 1 commit
  4. 15 Nov, 2011 1 commit
  5. 12 Nov, 2011 1 commit
  6. 11 Nov, 2011 1 commit
  7. 10 Nov, 2011 1 commit
  8. 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
  9. 08 Nov, 2011 2 commits
  10. 04 Nov, 2011 1 commit
  11. 02 Nov, 2011 1 commit
  12. 31 Oct, 2011 4 commits
  13. 27 Oct, 2011 1 commit
  14. 25 Oct, 2011 1 commit
  15. 24 Oct, 2011 1 commit
  16. 17 Oct, 2011 1 commit
  17. 10 Oct, 2011 1 commit
  18. 07 Oct, 2011 2 commits
  19. 04 Oct, 2011 2 commits
  20. 27 Sep, 2011 2 commits
  21. 26 Sep, 2011 1 commit
  22. 16 Sep, 2011 2 commits
  23. 13 Sep, 2011 1 commit
  24. 13 Jul, 2011 1 commit
  25. 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
  26. 30 Jun, 2011 3 commits
  27. 25 Jun, 2011 1 commit
  28. 20 Jun, 2011 2 commits
  29. 17 Jun, 2011 1 commit