1. 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
  2. 07 Jul, 2011 2 commits
  3. 06 Jul, 2011 1 commit
  4. 02 Jul, 2011 2 commits
  5. 30 Jun, 2011 5 commits
  6. 29 Jun, 2011 1 commit
    • antirez's avatar
      Partial fix for a problem with AOF and BRPOP. We have at least a single... · ef67a2fc
      antirez authored
      Partial fix for a problem with AOF and BRPOP. We have at least a single evidence of an AOF that ended with a BRPOP call against an empty list, causing later issues at run time. Now the problem is detected while loading the AOF at startup, even if it is still to understand how the corrupted AOF was generated.
      ef67a2fc
  7. 25 Jun, 2011 1 commit
  8. 24 Jun, 2011 1 commit
  9. 20 Jun, 2011 10 commits
  10. 17 Jun, 2011 2 commits
  11. 12 Jun, 2011 1 commit
  12. 10 Jun, 2011 11 commits
  13. 09 Jun, 2011 2 commits