summaryrefslogtreecommitdiff
path: root/test-redis.tcl
Commit message (Expand)AuthorAgeFilesLines
* Fix for a SORT bug introduced with commit 16fa22f1, regression test addedantirez2010-04-181-0/+9
* SORT/GET test addedantirez2010-04-161-0/+18
* Added tests for GET/BY against hashes fieldsantirez2010-04-161-1/+26
* added HSETNXPieter Noordhuis2010-04-151-0/+24
* more advanced leaks detection in test redisantirez2010-04-151-1/+10
* ability to select port/host from make testantirez2010-04-151-6/+7
* Merge branch 'hmget' of git://github.com/pietern/redisantirez2010-04-131-0/+40
|\
| * implemented HMGETPieter Noordhuis2010-04-121-0/+40
* | Validate numeric inputs.Alex McHale2010-04-131-6/+14
* | Remove trailing whitespace.Alex McHale2010-04-131-3/+3
|/
* implemented HMSETPieter Noordhuis2010-04-121-6/+31
* use the right object when cleaning up after zunion/zinter (fixes issue 216)Pieter Noordhuis2010-04-011-0/+5
* implements HINCRBY and tests (todo: find and fix small memleak)Pieter Noordhuis2010-03-261-0/+47
* test-redis.tcl dataset digest function Hash supportantirez2010-03-181-2/+7
* zipmap fix for large valuesantirez2010-03-181-1/+2
* reverted an optimization that makes Redis not stableantirez2010-03-181-1/+0
* Fixed redis-cli auth codeantirez2010-03-181-0/+1
* HDEL fix, an optimization for comparison of objects in hash table lookups whe...antirez2010-03-171-0/+7
* Merge branch 'aggregates' of git://github.com/pietern/redisantirez2010-03-171-0/+16
|\
| * added explicit AGGREGATE [SUM|MIN|MAX] option to ZUNION/ZINTERPieter Noordhuis2010-03-161-0/+16
* | HEXISTS and tests implementedantirez2010-03-171-0/+12
* | More hash testsantirez2010-03-171-5/+46
* | better HSET testantirez2010-03-171-4/+6
* | More Hash testsantirez2010-03-171-0/+37
|/
* HGET fix for integer encoded field against zipmap encoded hashantirez2010-03-161-0/+60
* Merged zsetops branch from Pieternantirez2010-03-091-0/+23
|\
| * replaced ZMERGE by ZUNION and ZINTER. note: key preloading by the VM does not...Pieter Noordhuis2010-03-091-4/+12
| * use ZMERGE as starting pointPieter Noordhuis2010-03-081-0/+15
* | Merged ZREMBYRANK from Pieternantirez2010-03-091-2/+12
|\ \
| * | implemented ZREMBYRANKPieter Noordhuis2010-03-041-2/+12
| |/
* | added ZREVRANKPieter Noordhuis2010-03-071-0/+4
|/
* Now list push commands return the length of the new list, thanks to Gustavo P...antirez2010-03-041-5/+10
* fix ZRANK (realize that rank is 1-based due to the skip list header)Pieter Noordhuis2010-03-041-1/+1
* ZRANK stress testerantirez2010-03-031-0/+25
* initial implementation for augmented zsets and the zrank commandPieter Noordhuis2010-03-031-0/+12
* KEYS now returns a multi bulk replyantirez2010-03-011-2/+2
* Add DISCARD command to discard queued MULTI commands.Damian Janowski2010-03-011-0/+12
* Swappability bug due to a typo fixed thanks to code review by Felix Geisendö...antirez2010-03-011-2/+1
* Fixed 32bit make target to work on Linux out of the boxantirez2010-02-221-1/+2
* VM now is able to block clients on swapped keys for all the commandsantirez2010-02-091-0/+1
* ZCOUNT and ZRANGEBYSCORE new testsantirez2010-02-071-3/+45
* Added "withscores" option to zrangebyscore command. Based on withscores suppo...Sam Hendley2010-02-061-0/+20
* APPEND testsantirez2010-02-041-0/+23
* fixed a minor memory leak in configuration file parsingantirez2010-01-151-2/+2
* support for named VM swap file. Fixed a few important interaction issues betw...antirez2010-01-151-1/+1
* fix for the just added new testantirez2010-01-151-1/+1
* new test addedantirez2010-01-151-0/+21
* fix for test #11antirez2010-01-121-1/+1
* a few more stuff in INFO about VM. Test #11 changed a bit in order to be less...antirez2010-01-121-2/+7
* not yet working BLPOP implementationantirez2009-12-291-0/+12