summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Handle BRPOPLPUSH inside a transaction.Damian Janowski & Michel Martens2010-11-291-1/+14
| | * | Refactor code for BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-291-0/+14
| | * | BRPOPLPUSH.Damian Janowski & Michel Martens2010-11-291-0/+49
| | |/
* | | Merge remote branch 'pietern/strrange'antirez2010-12-142-36/+224
|\ \ \ | |/ / |/| |
| * | Add test cases for GETRANGE against integer-encoded stringsPieter Noordhuis2010-12-141-29/+29
| * | Refactor and rename SUBSTR to GETRANGEPieter Noordhuis2010-12-142-36/+36
| * | Add SETRANGE command implementation and testsPieter Noordhuis2010-12-141-0/+104
| * | Add generic function to grow an sds valuePieter Noordhuis2010-12-101-4/+4