]> git.saurik.com Git - redis.git/history - redis-cli.c
redis-cli now accepts a -r (repeat) switch. Still there is a memory leaks to fix
[redis.git] / redis-cli.c
2009-11-03  antirezredis-cli now accepts a -r (repeat) switch. Still there...
2009-11-01  antirezredis-cli now makes clear when the returned string...
2009-11-01  antirezSORT STORE option
2009-10-29  antirezEXPIREAT implemented, will be useful for the append...
2009-10-29  antirezZREMRANGEBYSCORE implemented. Remove a range of element...
2009-10-28  antirezZLEN renamed ZCARD for consistency with SCARD
2009-10-27  antirezZSCORE implemented
2009-10-26  antirezZRANGEBYSCORE implemented. Redis got range queries!
2009-10-26  antirezbackward support to skiplists for ZREVRANGE, still...
2009-10-26  antirezZREM implemented
2009-10-23  antirezsome work on ZADD against existing element (score updat...
2009-10-23  antirezzrange initial hack (not working for now)
2009-10-23  antirezmore work on ZSETs and a new make target called 32bit...
2009-10-21  antirezSRANDMEMBER added
2009-10-17  antirezadded multi-bulk protocol support to redis-cli and...
2009-06-08  antirezSPOP implemented. Hash table resizing for Sets and...
2009-06-04  antirezDEBUG OBJECT implemented
2009-05-24  antirezIssue with redis-client used in scripts solved, now...
2009-05-23  antirezSLAVEOF command implemented for replication remote...
2009-05-22  antirezTTL command implemented
2009-05-17  antirezSDIFF/SDIFFSTORE implemnted unifying it with the implem...
2009-05-09  antirezDEL is now a vararg, IMPORTANT: memory leak fixed in...
2009-04-28  antirezSMOVE command implemented
2009-04-28  antirezGETSET implemented
2009-04-19  antirezSUNION, SUNIONSTORE, Initial work on non blocking repli...
2009-04-01  antirezInitial implementation of EXPIRE
2009-03-27  antirezfeature macros defined to play well with C99
2009-03-24  Ludovico Magnocavallogit mess :)
2009-03-24  antirezServer replies now in the new format, test-redis.tcl...
2009-03-23  antirezMerge git://github.com/lucsky/redis
2009-03-23  Luc HeinrichFixed redis-cli readLine loop to correctly handle EOF.
2009-03-22  antirezredis-cli now checks the arity of vararg commnads
2009-03-22  antirezINFO fixed, MGET implemented, redis-cli implements...
2009-03-22  antirezfirst commit