1. 29 Oct, 2013 2 commits
  2. 19 Aug, 2013 2 commits
    • antirez's avatar
      Fix comments for correctness in zunionInterGenericCommand(). · 83685507
      antirez authored
      Related to issue #1240.
      83685507
    • antirez's avatar
      Properly init/release iterators in zunionInterGenericCommand(). · 3ad87c65
      antirez authored
      This commit does mainly two things:
      
      1) It fixes zunionInterGenericCommand() by removing mass-initialization
      of all the iterators used, so that we don't violate the unsafe iterator
      API of dictionaries. This fixes issue #1240.
      
      2) Since the zui* APIs required the allocator to be initialized in the
      zsetopsrc structure in order to use non-iterator related APIs, this
      commit fixes this strict requirement by accessing objects directly via
      the op->subject->ptr pointer we have to the object.
      3ad87c65
  3. 29 Jan, 2013 1 commit
  4. 28 Jan, 2013 2 commits
  5. 19 Jan, 2013 1 commit
    • guiquanz's avatar
      Fixed many typos. · 1caf0939
      guiquanz authored
      Conflicts fixed, mainly because 2.8 has no cluster support / files:
      	00-RELEASENOTES
      	src/cluster.c
      	src/crc16.c
      	src/redis-trib.rb
      	src/redis.h
      1caf0939
  6. 22 Nov, 2012 1 commit
  7. 08 Nov, 2012 1 commit
  8. 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
  9. 24 Apr, 2012 1 commit
  10. 22 Feb, 2012 1 commit
  11. 21 Feb, 2012 1 commit
  12. 16 Jan, 2012 1 commit
  13. 11 Jan, 2012 1 commit
  14. 23 Dec, 2011 1 commit
  15. 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
  16. 18 Dec, 2011 1 commit
  17. 14 Nov, 2011 1 commit
  18. 08 Nov, 2011 1 commit
  19. 23 Oct, 2011 1 commit
  20. 04 Oct, 2011 1 commit
  21. 03 Oct, 2011 2 commits
  22. 31 May, 2011 2 commits
  23. 24 May, 2011 1 commit
  24. 19 May, 2011 2 commits
  25. 15 May, 2011 2 commits
  26. 04 May, 2011 1 commit
  27. 28 Apr, 2011 1 commit
  28. 06 Apr, 2011 2 commits
  29. 21 Mar, 2011 1 commit
  30. 14 Mar, 2011 2 commits
  31. 11 Mar, 2011 1 commit