summaryrefslogtreecommitdiff
path: root/test-redis.tcl
Commit message (Expand)AuthorAgeFilesLines
* 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