- 12 Jul, 2011 3 commits
- 11 Jul, 2011 18 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
implemented --single, --list-tests. --accurante and --help are now recognized but not actually implemented.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 10 Jul, 2011 6 commits
-
-
antirez authored
no longer prints testing... but just shows the test when we get the final result from the testing client.
-
antirez authored
replication test split into three parts in order to improve test execution time. Random fixes and improvements.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
Initial implementation of a client-server parallel testing system for Redis in order to speedup execution of the test suite.
-
- 09 Jul, 2011 1 commit
-
-
antirez authored
The test now gives some more time for Redis to start before of exiting with an error, since starting with valgrind can take a significant amount of time.
-
- 08 Jul, 2011 2 commits
-
-
antirez authored
Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
-
antirez authored
-
- 07 Jul, 2011 3 commits
-
-
antirez authored
don't process EXPIRE with negative TTL or EXPIREAT with time in the past if we are a slave too (see http://groups.google.com/group/redis-db/browse_thread/thread/5a931fefb88b16d5). Also propagate it as DEL.
-
Hampus Wessman authored
They will be expired (and a DEL will be logged) after the loading is done instead.
-
Hampus Wessman authored
-
- 06 Jul, 2011 1 commit
-
-
antirez authored
-
- 05 Jul, 2011 1 commit
-
-
antirez authored
Ingore jemalloc make distclean error in Makefile, caused by make clean against a tree that never compiled jemalloc.
-
- 03 Jul, 2011 1 commit
-
-
antirez authored
-
- 02 Jul, 2011 2 commits
- 01 Jul, 2011 1 commit
-
-
antirez authored
-
- 30 Jun, 2011 1 commit
-
-
antirez authored
-