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