summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Enforce maximum string value length of 512MBPieter Noordhuis2010-12-091-1/+1
| * | Add commands SETBIT/GETBITPieter Noordhuis2010-12-091-0/+84
| |/
* | Merge remote branch 'pietern/testverbosity'antirez2010-12-105-75/+143
|\ \
| * | Be less verbose in testing; improve error handlingPieter Noordhuis2010-12-105-75/+143
| |/
* | command line option in test suite to activate valgrind modeantirez2010-12-102-1/+3
|/
* minor test suite bug fixedantirez2010-11-041-2/+2
* merge conflict resolvedantirez2010-10-289-107/+175
|\
| * 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
| * Show output of leaks command on a leakPieter Noordhuis2010-10-151-1/+3
| * Change tcl client to only use the multibulk protocolPieter Noordhuis2010-10-151-37/+7
| * Add tests for OK on QUITPieter Noordhuis2010-10-152-0/+41
| * Return OK on QUITPieter Noordhuis2010-10-133-10/+36
| * Allow to specify which specific test files to runPieter Noordhuis2010-10-131-2/+17
* | 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
* | ziplist implementation fuzzy testsantirez2010-09-241-0/+53
|/
* Fix another test that sometimes returned the swapped object instead of encodingPieter Noordhuis2010-09-131-2/+2
* Fix test that sometimes returned the swapped object instead of encodingPieter Noordhuis2010-09-071-2/+2
* resolved conflict merging pietern/bpop-timeoutantirez2010-08-311-0/+22
|\