summaryrefslogtreecommitdiff
path: root/redis.tcl
Commit message (Expand)AuthorAgeFilesLines
* Added package require Tcl 8.5 in redis.tcl so it will show a clear error when...antirez2010-04-191-0/+1
* added HSETNXPieter Noordhuis2010-04-151-1/+1
* implemented HMGETPieter Noordhuis2010-04-121-1/+1
* implemented HMSETPieter Noordhuis2010-04-121-1/+1
* Skiplist theoretical fixantirez2010-04-081-1/+10
* First version of evented Redis Tcl client, that will be used for BLPOP and Pu...antirez2010-04-071-1/+114
* HEXISTS and tests implementedantirez2010-03-171-1/+1
* An interesting refactoring + more expressive internal APIantirez2010-03-151-2/+2
* Fixed the same problem in ZREVRANKantirez2010-03-151-1/+1
* Fixed a ZRANK bugantirez2010-03-151-1/+1
* APPEND testsantirez2010-02-041-1/+1
* VM tuning thanks to redis-stat vmstat. Now it performs much better under high...antirez2010-01-221-1/+1
* SORT GET # implemented, with a testantirez2009-11-211-1/+1
* RPOPLPUSH tests addedantirez2009-11-201-1/+1
* redis.tcl put at toplevel since it's uesd for the test-redis.tcl scriptantirez2009-11-031-0/+131