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