]> git.saurik.com Git - redis.git/history - TODO
Minor TODO change with new expiring algorithm description. New expiring algorithm...
[redis.git] / TODO
2009-11-10  antirezMinor TODO change with new expiring algorithm descripti...
2009-11-03  antirezZSets double to string serialization fixed
2009-11-01  antirezTODO updated again
2009-11-01  antirezTODO updated
2009-11-01  antirezSORT STORE option
2009-10-29  antirezEXPIREAT implemented, will be useful for the append...
2009-10-29  antirezFixed Issue 76 (redis-server crashes when it can't...
2009-10-28  antirezTODO changes and mostly theoretical minor skiplist...
2009-10-27  antirezTODO reworked to reflect the real roadmap
2009-10-27  antirezA lot of ZSETs tests implemented, and a bug fixed thank...
2009-10-27  antirezZSCORE implemented
2009-10-26  antirezTODO updated
2009-10-26  antirezZREM implemented
2009-10-22  antirezFixed compilation in mac os x snow leopard when compili...
2009-10-21  antirezTODO updated
2009-10-16  antirezMSET and MSETNX commands implemented
2009-09-03  antirezLatest doc changes for 1.0
2009-08-11  antirezTODO list modified
2009-06-16  antirezRedis release candidate 1
2009-06-16  antirezBetter handling of background saving process killed...
2009-06-14  antireznumber of keys info in INFO command thanks to Diego...
2009-06-09  antirezmax bytes in an inline command raised to 1024*1024...
2009-06-07  antirezDump a backtrace on sigsegv/sigbus, original coded...
2009-06-06  antirezMerge git://github.com/dierbro/redis
2009-06-06  antirezTODO updated
2009-06-05  antirezadded config.h for #ifdef business isolation, added...
2009-06-04  antirezmacosx specific zmalloc.c, uses malloc_size function...
2009-06-03  antirezshareobjectspoolsize implemented in reds.conf, in order...
2009-05-25  antirezRubyRedis: set TCP_NODELAY TCP socket option to to...
2009-05-25  antirezINFO command now reports replication info
2009-05-25  antirezminor fix to RubyRedis about bulk commands sent without...
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