1. 22 Jul, 2011 2 commits
  2. 15 Jul, 2011 3 commits
  3. 13 Jul, 2011 6 commits
  4. 12 Jul, 2011 3 commits
  5. 11 Jul, 2011 18 commits
  6. 10 Jul, 2011 6 commits
  7. 09 Jul, 2011 1 commit
  8. 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