- 24 May, 2012 1 commit
-
-
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.
-
- 23 May, 2012 1 commit
-
-
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.
-
- 02 May, 2012 1 commit
-
-
antirez authored
-
- 30 Apr, 2012 1 commit
-
-
Harmen authored
-
- 27 Apr, 2012 1 commit
-
-
antirez authored
A new primitive wait_for_condition was introduced in the scripting engine that makes waiting for events simpler, so that it is simpler to write tests that are more resistant to timing issues.
-
- 24 Apr, 2012 3 commits
-
-
antirez authored
-
antirez authored
-
Michael Schlenker authored
Tcl's exec can send data to stdout itself, no need to call cat/echo for that usually.
-
- 21 Apr, 2012 1 commit
-
-
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.
-
- 19 Apr, 2012 1 commit
-
-
antirez authored
-
- 18 Apr, 2012 10 commits
- 17 Apr, 2012 2 commits
- 13 Apr, 2012 3 commits
- 10 Apr, 2012 1 commit
-
-
antirez authored
-
- 08 Apr, 2012 1 commit
-
-
antirez authored
Added new test to check that "CONFIG appendonly no" actually kills the background AOF operation in progress if any.
-
- 07 Apr, 2012 3 commits
- 03 Apr, 2012 1 commit
-
-
antirez authored
-
- 02 Apr, 2012 2 commits
- 29 Mar, 2012 1 commit
-
-
antirez authored
-
- 13 Mar, 2012 1 commit
-
-
antirez authored
-
- 22 Feb, 2012 1 commit
-
-
antirez authored
-
- 16 Feb, 2012 1 commit
-
-
antirez authored
-
- 01 Feb, 2012 3 commits
-
-
antirez authored
Added tests checking ability of the scripting engine to reorder the output of commands with a random output regarding signle elements position in the multi bulk reply.
-
antirez authored
A few SORT tests made more resistant to false negatives resulitng from poor randomization of Redis hash function with one byte inputs.
-
antirez authored
-