summaryrefslogtreecommitdiff
path: root/test-redis.tcl
Commit message (Expand)AuthorAgeFilesLines
* not yet working BLPOP implementationantirez2009-12-291-0/+12
* ZRANGE WITHSCORES test addedantirez2009-12-231-0/+4
* the pipelining test was ran against DB 1 for error, now it runs on DB 9 like ...antirez2009-12-181-0/+3
* still more testsantirez2009-12-181-2/+11
* SORT STORE test addedantirez2009-12-181-0/+5
* Now SORT returns an empty bulk reply if the key does not existantirez2009-12-181-0/+4
* modified a bit the ZREVRANGE test to cover a few lines of code moreantirez2009-12-181-6/+3
* SHUTDOWN now does the right thing when append only is on, that is, fsync inst...antirez2009-12-181-1/+5
* Added a missing server.dirty increment in a non critical place, added more testsantirez2009-12-181-0/+6
* LTRIM stress testing test addedantirez2009-12-181-0/+29
* LTRIM now returns +OK against non existing keys. More tests in test-redis.tclantirez2009-12-181-2/+28
* Regression for epoll bug in redis-test.tcl, version is now 1.1.93antirez2009-12-161-0/+26
* Two important fixes to append only file: zero length values and expires. A pr...antirez2009-12-151-11/+56
* debug loadaof implemented in order to add more consistency tests in test-redi...antirez2009-12-151-0/+10
* Added a new test able to stress a lot the snapshotting engineantirez2009-12-151-0/+115
* Fixed some subtle bug in the command processing code almost impossible to spo...antirez2009-12-151-1/+51
* Regression test for SINTERSTORE addedantirez2009-12-151-0/+5
* Fixed issue #121antirez2009-12-151-10/+24
* a few more tests and ability to run a specific test in test-redis.tclantirez2009-12-141-6/+55
* Regression tests for SETNX and MSETNX bugs addedantirez2009-12-061-0/+14
* design documents added to the projectantirez2009-12-011-0/+20
* more tests in test-redis.tcl, some minor fixantirez2009-11-291-0/+24
* ZRANGEBYSCORE fuzzy testantirez2009-11-281-0/+39
* ZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial test addedantirez2009-11-281-0/+21
* ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c mo...antirez2009-11-281-1/+4
* Enabled object encoding for multiple keys in MSET. Added a test for memory le...antirez2009-11-281-0/+8
* DEBUG RELOAD implemented, and test-redis.tcl modified to use it to check for ...antirez2009-11-241-0/+38
* 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