1. 18 Apr, 2012 1 commit
  2. 27 Mar, 2012 1 commit
  3. 29 Feb, 2012 2 commits
  4. 28 Feb, 2012 2 commits
  5. 31 Jan, 2012 1 commit
  6. 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
  7. 08 Nov, 2011 1 commit
  8. 04 Oct, 2011 1 commit
  9. 14 Sep, 2011 1 commit
  10. 12 Sep, 2011 1 commit
  11. 07 Sep, 2011 1 commit
  12. 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
  13. 20 Jun, 2011 1 commit
  14. 11 May, 2011 1 commit
  15. 15 Apr, 2011 1 commit
  16. 03 Feb, 2011 2 commits
  17. 17 Jan, 2011 1 commit
  18. 29 Dec, 2010 1 commit
  19. 07 Dec, 2010 1 commit
  20. 06 Dec, 2010 6 commits
  21. 30 Nov, 2010 9 commits
  22. 17 Oct, 2010 1 commit
  23. 02 Sep, 2010 2 commits