summaryrefslogtreecommitdiff
path: root/test-redis.tcl
Commit message (Expand)AuthorAgeFilesLines
* SRANDMEMBER testantirez2009-11-211-0/+13
* SORT GET # implemented, with a testantirez2009-11-211-0/+26
* EXPIREAT testantirez2009-11-211-0/+7
* EXPIRE testsantirez2009-11-201-0/+26
* more RPOPLPUSH testsantirez2009-11-201-0/+27
* RPOPLPUSH tests addedantirez2009-11-201-0/+39
* more experiments with long replies, glue output buffer, and writev.antirez2009-11-181-0/+4
* Redis test will not fail the SAVE test even if a background save is in progressantirez2009-11-121-0/+11
* Workaround for test-redis.tcl and Tcl 8.4.x about ZSCORE testantirez2009-11-111-0/+1
* LPUSHPOP first implementationantirez2009-11-111-5/+11
* redis-test is now a better Redis citizen, testing everything against DB 9 and...antirez2009-11-041-21/+44
* ZSets double to string serialization fixedantirez2009-11-031-2/+15
* redis.tcl put at toplevel since it's uesd for the test-redis.tcl scriptantirez2009-11-031-1/+1
* A lot of ZSETs tests implemented, and a bug fixed thanks to this new testsantirez2009-10-271-0/+91
* Imporant bug leading to data corruption fixed (NOT affecting stable distribut...antirez2009-10-201-3/+21
* LREM fixed, used to crash since the new object integer encoding is on the stageantirez2009-09-181-0/+8
* SPOP implemented. Hash table resizing for Sets and Expires too. Changed the r...antirez2009-06-081-0/+8
* Aman Gupta changes mergedantirez2009-05-201-10/+0
* Fix SINTER/UNIONSTORE to allow for &=/|= style operations (i.e. SINTERSTORE s...Aman Gupta2009-05-171-0/+10
* SDIFF/SDIFFSTORE implemnted unifying it with the implementation of SUNION/SUN...antirez2009-05-171-0/+17
* added tests for vararg DELantirez2009-05-091-0/+7
* fuzz stresser implemented in redis-testantirez2009-04-291-0/+36
* SMOVE test addedantirez2009-04-281-0/+35
* GETSET testsantirez2009-04-281-0/+9
* INCRBY/DECRBY now support 64bit increments, with testsantirez2009-04-271-0/+15
* RANDOMKEY regression test addedantirez2009-04-231-0/+7
* SUNION, SUNIONSTORE, Initial work on non blocking replicationantirez2009-04-191-1/+14
* RANDOMKEY issue 26 fixed, generic test + regression addedantirez2009-04-081-0/+23
* Adds AUTH command.Brian Hammond2009-03-251-0/+8
* Now the Redis test uses the proper Tcl client libraryantirez2009-03-241-490/+258
* Server replies now in the new format, test-redis.tcl and redis-cli modified a...antirez2009-03-241-73/+76
* random tested mode for test-redis.tcl, minor other stuff, version switched to...antirez2009-03-241-8/+35
* MGET tests addedantirez2009-03-221-2/+25
* first commitantirez2009-03-221-0/+807