1. 23 May, 2012 1 commit
    • antirez's avatar
      Fixed issue #516 (ZINTERSTORE mixing sets and zsets). · 348ee1a4
      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.
      348ee1a4
  2. 24 Apr, 2012 1 commit
  3. 22 Feb, 2012 1 commit
  4. 21 Feb, 2012 1 commit
  5. 16 Jan, 2012 1 commit
  6. 11 Jan, 2012 1 commit
  7. 23 Dec, 2011 1 commit
  8. 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
  9. 18 Dec, 2011 1 commit
  10. 14 Nov, 2011 1 commit
  11. 08 Nov, 2011 1 commit
  12. 23 Oct, 2011 1 commit
  13. 04 Oct, 2011 1 commit
  14. 03 Oct, 2011 2 commits
  15. 31 May, 2011 2 commits
  16. 24 May, 2011 1 commit
  17. 19 May, 2011 2 commits
  18. 15 May, 2011 2 commits
  19. 04 May, 2011 1 commit
  20. 28 Apr, 2011 1 commit
  21. 06 Apr, 2011 2 commits
  22. 21 Mar, 2011 1 commit
  23. 14 Mar, 2011 2 commits
  24. 11 Mar, 2011 2 commits
  25. 10 Mar, 2011 5 commits
  26. 09 Mar, 2011 4 commits