summaryrefslogtreecommitdiff
path: root/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* backward support to skiplists for ZREVRANGE, still broken, committing since I...antirez2009-10-261-0/+1
* ZREM implementedantirez2009-10-261-0/+1
* some work on ZADD against existing element (score update), still broken...antirez2009-10-241-0/+1
* zrange initial hack (not working for now)antirez2009-10-231-0/+1
* more work on ZSETs and a new make target called 32bit to build i386 binaries ...antirez2009-10-231-0/+1
* SRANDMEMBER addedantirez2009-10-211-0/+1
* added multi-bulk protocol support to redis-cli and support for MSET and MSETNXantirez2009-10-171-9/+21
* SPOP implemented. Hash table resizing for Sets and Expires too. Changed the r...antirez2009-06-081-0/+1
* DEBUG OBJECT implementedantirez2009-06-041-0/+1
* Issue with redis-client used in scripts solved, now to check if the latest ar...antirez2009-05-241-7/+10
* SLAVEOF command implemented for replication remote controlantirez2009-05-231-0/+1
* TTL command implementedantirez2009-05-221-0/+1
* SDIFF/SDIFFSTORE implemnted unifying it with the implementation of SUNION/SUN...antirez2009-05-171-0/+2
* DEL is now a vararg, IMPORTANT: memory leak fixed in loading DB codeantirez2009-05-091-1/+1
* SMOVE command implementedantirez2009-04-281-0/+1
* GETSET implementedantirez2009-04-281-0/+1
* SUNION, SUNIONSTORE, Initial work on non blocking replicationantirez2009-04-191-0/+2
* Initial implementation of EXPIREantirez2009-04-011-0/+1
* feature macros defined to play well with C99antirez2009-03-271-0/+2
* Server replies now in the new format, test-redis.tcl and redis-cli modified a...antirez2009-03-241-83/+82
* Fixed redis-cli readLine loop to correctly handle EOF.Luc Heinrich2009-03-231-2/+4
* redis-cli now checks the arity of vararg commnadsantirez2009-03-221-1/+1
* INFO fixed, MGET implemented, redis-cli implements INFO/MGETantirez2009-03-221-1/+2
* first commitantirez2009-03-221-0/+340