1. 22 Nov, 2012 1 commit
  2. 08 Nov, 2012 1 commit
  3. 23 May, 2012 1 commit
    • antirez's avatar
      Fixed issue #516 (ZINTERSTORE mixing sets and zsets). · 4dada1b5
      antirez authored
      Weeks ago trying to fix an harmless GCC warning I introduced a bug in
      the ziplist-encoded implementations of sorted sets.
      
      The bug completely broke zuiNext() iterator, that is used in the
      ZINTERSTORE and ZUNIONSTORE implementation, so those two commands are no
      longer reliable starting from Redis version 2.4.12 and latest 2.6.0-RC
      releases.
      
      This commit fixes the problem and adds a regression test.
      4dada1b5
  4. 24 Apr, 2012 1 commit
  5. 22 Feb, 2012 1 commit
  6. 21 Feb, 2012 1 commit
  7. 16 Jan, 2012 1 commit
  8. 11 Jan, 2012 1 commit
  9. 23 Dec, 2011 1 commit
  10. 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
  11. 18 Dec, 2011 1 commit
  12. 14 Nov, 2011 1 commit
  13. 08 Nov, 2011 1 commit
  14. 23 Oct, 2011 1 commit
  15. 04 Oct, 2011 1 commit
  16. 03 Oct, 2011 2 commits
  17. 31 May, 2011 2 commits
  18. 24 May, 2011 1 commit
  19. 19 May, 2011 2 commits
  20. 15 May, 2011 2 commits
  21. 04 May, 2011 1 commit
  22. 28 Apr, 2011 1 commit
  23. 06 Apr, 2011 2 commits
  24. 21 Mar, 2011 1 commit
  25. 14 Mar, 2011 2 commits
  26. 11 Mar, 2011 2 commits
  27. 10 Mar, 2011 5 commits
  28. 09 Mar, 2011 2 commits