1. 24 May, 2012 2 commits
    • antirez's avatar
      Bit operations tests improved. · 01d3a7e7
      antirez authored
      Fuzzing tests of BITCOUNT / BITOP are iterated multiple times.
      The new BITCOUNT fuzzing test uses random strings in a wider interval of
      lengths including zero-len strings.
      01d3a7e7
    • antirez's avatar
      BITOP and BITCOUNT tests. · a3f2b489
      antirez authored
      The Redis implementation is tested against Tcl implementations of the
      same operation. Both fuzzing and testing of specific aspects of the
      commands behavior are performed.
      a3f2b489
  2. 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
  3. 02 May, 2012 1 commit
  4. 01 May, 2012 1 commit
  5. 26 Apr, 2012 1 commit
  6. 23 Apr, 2012 2 commits
  7. 21 Apr, 2012 1 commit
    • antirez's avatar
      Limit memory used by big SLOWLOG entries. · d3701d27
      antirez authored
      Two limits are added:
      
      1) Up to SLOWLOG_ENTRY_MAX_ARGV arguments are logged.
      2) Up to SLOWLOG_ENTRY_MAX_STRING bytes per argument are logged.
      3) slowlog-max-len is set to 128 by default (was 1024).
      
      The number of remaining arguments / bytes is logged in the entry
      so that the user can understand better the nature of the logged command.
      d3701d27
  8. 19 Apr, 2012 1 commit
  9. 18 Apr, 2012 10 commits
  10. 17 Apr, 2012 3 commits
  11. 13 Apr, 2012 3 commits
  12. 08 Apr, 2012 1 commit
  13. 07 Apr, 2012 3 commits
  14. 06 Apr, 2012 1 commit
    • antirez's avatar
      Two new tests for BGREWRTIEAOF. · 0daf7a2d
      antirez authored
      Check for scheduled rewrite if a BGSAVAE is in progress.
      Check for error if a rewrite is already in progress.
      0daf7a2d
  15. 03 Apr, 2012 1 commit
  16. 02 Apr, 2012 2 commits
  17. 28 Mar, 2012 1 commit
  18. 13 Mar, 2012 1 commit
  19. 22 Feb, 2012 1 commit
  20. 16 Feb, 2012 1 commit
  21. 01 Feb, 2012 2 commits