]> git.saurik.com Git - redis.git/history - TODO
Warns if using the default config
[redis.git] / TODO
2009-05-24  antirezWarns if using the default config
2009-05-23  antirezSLAVEOF command implemented for replication remote...
2009-05-22  antirezcritical bug about glueoutputbuffers=yes fixed. Under...
2009-05-21  antirezcommand postprocessing implemented into RubyRedis
2009-05-20  antirezAman Gupta changes merged
2009-05-20  antirezMerge git://github.com/tmm1/redis
2009-05-19  antirezpsort.c/h added. This is a partial qsort implementation...
2009-05-11  antirezPython client updated pushing from Ludo's repository
2009-05-10  antirezminor doc changes
2009-05-09  antirezDEL is now a vararg, IMPORTANT: memory leak fixed in...
2009-05-09  antirezCPP client added thanks to Brian Hammond
2009-05-06  antirezInfinite number of arguments for MGET and all the other...
2009-05-04  antirezWarns if /proc/sys/vm/overcommit_memory is set to 0...
2009-04-30  antirezdict.c modified to be able to handle more than 150...
2009-04-28  antirezfix for the LZF off-by-one bug added
2009-04-28  antirezprint bytes used at exit on SHUTDOWN
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