summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'unstable' of github.com:antirez/redis into unstableantirez2011-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-201-0/+6
|/
* ZINTERSTORE regressiont test with two sets, intset+hashtableantirez2011-05-121-0/+7
* Variadic SREMantirez2011-04-191-0/+8
* variadic HDEL with testsantirez2011-04-191-0/+9
* Variadic SADD testsantirez2011-04-151-0/+7
* 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-141-467/+528
* Test for empty inner range when looking for elements in rangePieter Noordhuis2011-03-111-0/+6
* Test for ranges where min > maxPieter Noordhuis2011-03-081-0/+4
* Move logic concerned with zset rangesPieter Noordhuis2011-03-081-0/+16
* Restore argc/argv in EXEC after command is executedPieter Noordhuis2011-02-231-0/+7
* run both inmemory and diskstore tests.antirez2011-01-091-28/+30
* fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't...antirez2011-01-091-1/+1
* test adapted to run with diskstore, and a few bugs fixedantirez2011-01-091-5/+12
* 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
* 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
| * | Enforce maximum string value length of 512MBPieter Noordhuis2010-12-091-1/+1
| * | Add commands SETBIT/GETBITPieter Noordhuis2010-12-091-0/+84
| |/
* | Be less verbose in testing; improve error handlingPieter Noordhuis2010-12-101-8/+16
|/
* merge conflict resolvedantirez2010-10-285-57/+111
|\
| * Prevent clients from making too large multibulk requestsPieter Noordhuis2010-10-151-0/+7
| * Change tests to use either the inline or the multibulk protocolPieter Noordhuis2010-10-154-51/+58
| * Add tests for OK on QUITPieter Noordhuis2010-10-151-0/+40
* | Merge remote branch 'remotes/pietern/zrevrangebyscore'antirez2010-10-281-63/+115
|\ \
| * | Return error when min and/or max in the sorted set range spec is not a doublePieter Noordhuis2010-10-131-0/+12
| * | Make ZREMRANGEBYSCORE accept the same range spec as ZRANGEBYSCOREPieter Noordhuis2010-10-131-19/+50
| * | Merge branch 'master' into zrevrangebyscorePieter Noordhuis2010-10-132-0/+107
| |\ \ | | |/
| * | Add ZREVRANGEBYSCORE and refactor Z*RANGEBYSCOREPieter Noordhuis2010-09-161-43/+52
* | | Return error to client on wrong type for HMGETPieter Noordhuis2010-10-261-0/+5
| |/ |/|
* | intset stress testing added, ziplist stress testing relocated in a more appro...antirez2010-09-242-51/+96
* | explicit regression test for a ziplist bug addedantirez2010-09-241-0/+9