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