]> git.saurik.com Git - redis.git/history - TODO
SMOVE command implemented
[redis.git] / TODO
2009-04-28  antirezSMOVE command implemented
2009-04-28  antirezGETSET command doc added
2009-04-27  antirezability to specify a different file name for the DB
2009-04-27  antirezlog file parsing code improved a bit
2009-04-27  antirezINCRBY/DECRBY now support 64bit increments, with tests
2009-04-20  antirezdoc update
2009-04-20  antirezNon blocking replication (finally!). C-side linked...
2009-04-10  antirezSINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now...
2009-04-09  antirezdoc changes
2009-04-08  antirezTODO changes, minor change to default redis.conf
2009-04-06  antirezDon't accept SAVE if BGSAVE is in progress
2009-04-03  antirezdirty increment was missing in two points. TODO updated
2009-04-02  antirezIssue 22 fixed
2009-04-01  antirezInitial implementation of EXPIRE
2009-03-30  antirezTODO updated
2009-03-28  antirezInteger encoding implemented in dump file. Doc updated
2009-03-26  antirezAUTH merged from Brian Hammond fork, reworked a bit...
2009-03-25  antirezNasty bug of the new DB format fixed, objects sharing...
2009-03-25  antirezNew file dump format, perl client library added
2009-03-24  Ludovico Magnocavallogit mess :)
2009-03-23  antirezrandom tested mode for test-redis.tcl, minor other...
2009-03-23  antirezNow MONITOR/SYNC cannot be issued multiple times
2009-03-23  antirezMerge git://github.com/lucsky/redis
2009-03-23  antirezanother missing free->zfree replacement fixed. Thanks...
2009-03-22  antirezfirst commit