- 13 Apr, 2012 1 commit
-
-
antirez authored
-
- 28 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 5 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
-
antirez authored
Make SORT BY <constant> STORE ... to always produce the same output by force sorting, so that we have deterministic replication of this command.
-
antirez authored
SORT is now more deterministic: does not accept to compare by score items that have scores not representing a valid double. Also items with the same score are compared lexycographically. At the same time the scripting side introduced the ability to sort the output of SORT when sort uses the BY <constant> optimization, resulting in no specific ordering. Since in this case the user may use GET, and the result of GET can be null, converted into false as Lua data type, this commit also introduces the ability to sort Lua tables containining false, only if the first (faster) attempt at using just table.sort with a single argument fails.
-
- 30 Jan, 2012 2 commits
-
-
antirez authored
minimal change to obuf-limits.tcl test to make sure there are no false positives with 32bit instances as well.
-
Michal Kwiatkowski authored
-
- 26 Jan, 2012 2 commits
- 25 Jan, 2012 2 commits
- 23 Jan, 2012 1 commit
-
-
antirez authored
-
- 06 Jan, 2012 1 commit
-
-
antirez authored
-
- 03 Jan, 2012 1 commit
-
-
Pieter Noordhuis authored
-
- 23 Dec, 2011 1 commit
-
-
antirez authored
-
- 21 Dec, 2011 1 commit
-
-
antirez authored
-
- 19 Dec, 2011 2 commits
- 13 Dec, 2011 1 commit
-
-
antirez authored
-
- 07 Dec, 2011 1 commit
-
-
antirez authored
-
- 01 Dec, 2011 1 commit
-
-
antirez authored
-
- 25 Nov, 2011 1 commit
-
-
antirez authored
-
- 16 Nov, 2011 2 commits
- 15 Nov, 2011 1 commit
-
-
antirez authored
-
- 14 Nov, 2011 3 commits
- 12 Nov, 2011 1 commit
-
-
antirez authored
-
- 11 Nov, 2011 1 commit
-
-
antirez authored
new tests for EXPIRE family functions, new millisecond precision, and new millisecond argument variants.
-
- 31 Oct, 2011 1 commit
-
-
antirez authored
-
- 25 Oct, 2011 2 commits
- 20 Oct, 2011 1 commit
-
-
antirez authored
Redis.call is now split into two variants of the same function. Redis.call will raise an error by default. Redis.pcall will return the error object instead.
-
- 10 Oct, 2011 1 commit
-
-
antirez authored
-