- 02 Jun, 2012 1 commit
-
-
antirez authored
wait_for_condition is now used instead of the usual "after 1000" (that is the way to sleep in Tcl). This should avoid to find the replica in a state where it is loading the RDB in memory, returning -LOADING error. This test used to fail when running the test over valgrind, due to the added latencies.
-
- 26 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.
-
- 19 Apr, 2012 1 commit
-
-
antirez authored
-
- 18 Apr, 2012 1 commit
-
-
antirez authored
-
- 13 Apr, 2012 3 commits
- 28 Mar, 2012 1 commit
-
-
antirez authored
-
- 01 Feb, 2012 1 commit
-
-
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.
-
- 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.
-
- 27 Sep, 2011 1 commit
-
-
antirez authored
-
- 15 Jul, 2011 2 commits
- 25 May, 2011 1 commit
-
-
antirez authored
-