]> git.saurik.com Git - redis.git/history - redis-cli.c
more work on ZSETs and a new make target called 32bit to build i386 binaries on mac...
[redis.git] / redis-cli.c
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