]> git.saurik.com Git - redis.git/history - test-redis.tcl
tests suite initial support for valgrind, fixed the old test suite until the new...
[redis.git] / test-redis.tcl
2009-11-20  antirezmore RPOPLPUSH tests
2009-11-20  antirezRPOPLPUSH tests added
2009-11-18  antirezmore experiments with long replies, glue output buffer...
2009-11-12  antirezMerge git://github.com/ianxm/redis
2009-11-12  antirezRedis test will not fail the SAVE test even if a backgr...
2009-11-11  antirezWorkaround for test-redis.tcl and Tcl 8.4.x about ZSCOR...
2009-11-11  antirezLPUSHPOP first implementation
2009-11-04  antirezredis-test is now a better Redis citizen, testing every...
2009-11-03  antirezZSets double to string serialization fixed
2009-11-03  antirezredis.tcl put at toplevel since it's uesd for the test...
2009-10-27  antirezA lot of ZSETs tests implemented, and a bug fixed thank...
2009-10-20  antirezImporant bug leading to data corruption fixed (NOT...
2009-09-18  antirezLREM fixed, used to crash since the new object integer...
2009-06-08  antirezSPOP implemented. Hash table resizing for Sets and...
2009-05-20  antirezAman Gupta changes merged
2009-05-20  antirezMerge git://github.com/tmm1/redis
2009-05-17  Aman GuptaFix SINTER/UNIONSTORE to allow for &=/|= style operatio...
2009-05-17  antirezSDIFF/SDIFFSTORE implemnted unifying it with the implem...
2009-05-09  antirezadded tests for vararg DEL
2009-04-29  antirezfuzz stresser implemented in redis-test
2009-04-28  antirezSMOVE test added
2009-04-28  antirezGETSET tests
2009-04-27  antirezINCRBY/DECRBY now support 64bit increments, with tests
2009-04-23  antirezRANDOMKEY regression test added
2009-04-19  antirezSUNION, SUNIONSTORE, Initial work on non blocking repli...
2009-04-07  antirezRANDOMKEY issue 26 fixed, generic test + regression...
2009-03-26  Brian HammondAdds AUTH command.
2009-03-24  antirezNow the Redis test uses the proper Tcl client library
2009-03-24  Ludovico Magnocavallogit mess :)
2009-03-24  antirezServer replies now in the new format, test-redis.tcl...
2009-03-23  antirezrandom tested mode for test-redis.tcl, minor other...
2009-03-22  antirezMGET tests added
2009-03-22  antirezfirst commit