]> git.saurik.com Git - redis.git/history - test-redis.tcl
modified a bit the ZREVRANGE test to cover a few lines of code more
[redis.git] / test-redis.tcl
2009-12-18  antirezmodified a bit the ZREVRANGE test to cover a few lines...
2009-12-18  antirezSHUTDOWN now does the right thing when append only...
2009-12-18  antirezAdded a missing server.dirty increment in a non critica...
2009-12-18  antirezLTRIM stress testing test added
2009-12-18  antirezLTRIM now returns +OK against non existing keys. More...
2009-12-16  antirezRegression for epoll bug in redis-test.tcl, version...
2009-12-15  antirezTwo important fixes to append only file: zero length...
2009-12-15  antirezdebug loadaof implemented in order to add more consiste...
2009-12-15  antirezAdded a new test able to stress a lot the snapshotting...
2009-12-15  antirezFixed some subtle bug in the command processing code...
2009-12-15  antirezRegression test for SINTERSTORE added
2009-12-15  antirezFixed issue #121
2009-12-14  antireza few more tests and ability to run a specific test...
2009-12-06  antirezRegression tests for SETNX and MSETNX bugs added
2009-12-01  antirezdesign documents added to the project
2009-11-29  antirezmore tests in test-redis.tcl, some minor fix
2009-11-28  antirezZRANGEBYSCORE fuzzy test
2009-11-28  antirezZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial...
2009-11-28  antirezifdefs added to use kevent on Free Open and Net BSD...
2009-11-28  antirezEnabled object encoding for multiple keys in MSET....
2009-11-24  antirezDEBUG RELOAD implemented, and test-redis.tcl modified...
2009-11-21  antirezSRANDMEMBER test
2009-11-21  antirezSORT GET # implemented, with a test
2009-11-21  antirezEXPIREAT test
2009-11-20  antirezEXPIRE tests
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