1. 29 Feb, 2012 2 commits
  2. 28 Feb, 2012 2 commits
  3. 31 Jan, 2012 1 commit
  4. 19 Dec, 2011 1 commit
    • BigCat's avatar
      Fix issue #247 : Accepting non-integer parameters when shouldn't · 706b32e0
      BigCat authored
      Using `getLongFromObjectOrReply` instead of `atoi` if possible.
      The following functions are modified.
      
      * lrangeCommand
      * ltrimCommand
      * lremCommand
      * lindexCommand
      * lsetCommand
      * zunionInterGenericCommand
      * genericZrangebyscoreCommand
      * sortCommand
      706b32e0
  5. 08 Nov, 2011 1 commit
  6. 04 Oct, 2011 1 commit
  7. 14 Sep, 2011 1 commit
  8. 12 Sep, 2011 1 commit
  9. 07 Sep, 2011 1 commit
  10. 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
  11. 20 Jun, 2011 1 commit
  12. 11 May, 2011 1 commit
  13. 15 Apr, 2011 1 commit
  14. 03 Feb, 2011 2 commits
  15. 17 Jan, 2011 1 commit
  16. 29 Dec, 2010 1 commit
  17. 07 Dec, 2010 1 commit
  18. 06 Dec, 2010 6 commits
  19. 30 Nov, 2010 9 commits
  20. 17 Oct, 2010 1 commit
  21. 02 Sep, 2010 2 commits
  22. 30 Aug, 2010 1 commit
  23. 26 Aug, 2010 1 commit