summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* regression test for bug 593 addedantirez2011-09-121-0/+14
* 243b783fdc4a77968f7a3dd4a246e43b226a4316antirez2011-07-292-0/+121
* fixed assert proc on Redis testantirez2011-07-291-1/+1
* HDEL: Abort deleting fields when hash is removedPieter Noordhuis2011-07-271-0/+7
* new test engine backported to 2.4antirez2011-07-1216-416/+636
* slow log merged into 2.4antirez2011-07-022-0/+42
* Variadic SADD testsantirez2011-06-201-0/+7
* SETNX regression tests.Pieter Noordhuis2011-06-141-11/+38
* VM tests commented out for 2.42.4.0-rc1antirez2011-06-091-0/+2
* disabled development test entry, tests moved in the right placeantirez2011-05-312-1/+29
* Variadic ZADD testsantirez2011-05-311-0/+7
* ZREM testsantirez2011-05-311-0/+15
* Fix for the variadic version of SREM. Regression test added.antirez2011-05-311-0/+6
* test for the BRPOPLPUSH issue 561 related issuesantirez2011-05-312-0/+26
* Comment typo fixedantirez2011-05-241-1/+1
* Merge branch '2.4' of github.com:antirez/redis into 2.4antirez2011-05-201-0/+8
|\
| * Fix for ZUNIONSTORE bug when there is an empty set among input sets. Regressi...antirez2011-05-191-0/+8
* | Print version info before running the testantirez2011-05-202-0/+7
|/
* ZINTERSTORE regressiont test with two sets, intset+hashtableantirez2011-05-121-0/+7
* replication with expire test modified to produce no or less false failuresantirez2011-05-121-0/+2
* Use correct argc/argv for cleanup when loading AOFPieter Noordhuis2011-04-221-0/+18
* Reformat AOF testsPieter Noordhuis2011-04-221-25/+29
* Variadic SREM backported from unstableantirez2011-04-211-0/+8
* variadic HDEL backported from unstable to 2.4antirez2011-04-191-0/+9
* Merge branch '2.4' into 2.4-zsetPieter Noordhuis2011-04-151-0/+16
|\
| * tests for variadic list pushantirez2011-04-151-0/+16
* | Test for ENCODING_SKIPLIST instead of ENCODING_RAWPieter Noordhuis2011-04-061-4/+4
* | Test that sorted sets are removed when emptyPieter Noordhuis2011-03-221-0/+22
* | Test both sorted set encodings for every testPieter Noordhuis2011-03-221-467/+528
* | Test for empty inner range when looking for elements in rangePieter Noordhuis2011-03-221-0/+6
* | Test for ranges where min > maxPieter Noordhuis2011-03-221-0/+4
* | Move logic concerned with zset rangesPieter Noordhuis2011-03-221-0/+16
|/
* Restore argc/argv in EXEC after command is executedPieter Noordhuis2011-02-231-0/+7
* fixed color support for test suite. Now colors are shown as long as there is ...antirez2011-02-221-2/+7
* Reverse commits changing sorted set code for 2.22.2.0-rc3Pieter Noordhuis2011-01-171-16/+0
* Merge branch 'zset-range' into 2.2Pieter Noordhuis2011-01-131-0/+16
|\
| * Move logic concerned with zset rangesPieter Noordhuis2010-12-071-0/+16
* | Merge remote branch 'pietern/string-patches'antirez2010-12-151-52/+40
|\ \
| * | Update tests for STRLENPieter Noordhuis2010-12-151-8/+8
| * | Disable negative offsets for SETRANGEPieter Noordhuis2010-12-151-32/+2
| * | Add fuzzy test for SETBITPieter Noordhuis2010-12-151-0/+18
| * | Make SETBIT return original bit valuePieter Noordhuis2010-12-151-12/+12
* | | fixed test rendering when test failed in non verbose modeantirez2010-12-151-1/+1
* | | print test names inline in the non verbose output modeantirez2010-12-151-0/+16
* | | colorized make test output when the verbose output is disabled (default)antirez2010-12-151-3/+43
|/ /
* | Merge branch 'master' of github.com:antirez/redisantirez2010-12-141-0/+133
|\ \
| * \ Merge remote branch 'pietern/brpoplpush'antirez2010-12-141-0/+133
| |\ \
| | * | Fix case and indentPieter Noordhuis2010-12-061-3/+3
| | * | Check other blocked clients when value could not be pushedPieter Noordhuis2010-12-061-0/+14
| | * | Fix BRPOPLPUSH behavior for all use cases.Michel Martens & Damian Janowski2010-11-291-0/+43