]> git.saurik.com Git - redis.git/history - TODO
Merge branch 'issue_191' of git://github.com/gnrfan/redis
[redis.git] / TODO
2010-03-22  antirezMerge branch 'issue_191' of git://github.com/gnrfan...
2010-03-19  antirezVM hash type swappability implemented. Handling of...
2010-03-09  antirezMerged zsetops branch from Pietern
2010-03-09  antirezMerged ZREMBYRANK from Pietern
2010-03-09  antirezMerged ZREVRANK from Pietern
2010-03-09  antirezHash auto conversion from zipmap to hash table, type...
2010-03-06  antirezfirst implementation of HSET/HSET. More work needed
2010-03-04  Pieter Noordhuismerged memory reduction patch
2010-03-03  antirezTODO updated
2010-02-27  antirezBug #169 fixed (BLOP/BRPOP interrupted connections...
2010-02-09  antirezVM now is able to block clients on swapped keys for...
2010-02-07  antirezZRANGEBYSCORE now supports open intervals, prefixing...
2010-02-06  antirezmulti bulk requests in redis-benchmark, default fsync...
2010-02-02  antirezLog time taken to load the DB at startup, in seconds
2010-01-31  antirezFixed VM corruption due to child fclosing the VM file...
2010-01-28  antirezloading side of the threaded VM
2010-01-26  antirezTODO cahnges
2010-01-23  antirezFixed memory human style memory reporting, removed...
2010-01-22  antirezVM tuning thanks to redis-stat vmstat. Now it performs...
2010-01-15  antirezremoved a few races from threaded VM
2010-01-14  antirezFixed a never experienced, theoretical bug that can...
2010-01-13  antirezminor TODO and debugging info changes
2010-01-12  antirezsupport for blocking VM in config file
2010-01-08  antirezused_memory_human added to INFO output. Human readable...
2010-01-07  antirezadded process id information in INFO
2010-01-06  antirezIntroduced a new log verbosity level, so now DEBUG...
2010-01-02  antirezNew vararg BLPOP able to block against multiple keys
2009-12-24  antirezFixed a minor bug in GETSET, now the SET part is not...
2009-12-22  antirezhtml docs update (ZINCRBY added)
2009-12-18  antirezTODO list update
2009-12-18  antirezSHUTDOWN now does the right thing when append only...
2009-12-18  antirezFixed sds.c bug #124
2009-12-15  antirezhtml doc updated
2009-12-13  antirezTODO update
2009-12-12  antirezTODO list modified. What's planned for 1.4 is now writt...
2009-12-11  antirezbetter handling of non blocking connect on redis-benchm...
2009-12-11  antirezsome change to redis-sha1.rb utility to make it more...
2009-12-10  antirezTODO change and minor SETNX optimization
2009-12-05  antirezFixed daemonization when using kqueue/kevent. Now the...
2009-12-05  antirezmore HTML doc changes
2009-12-05  antireza few redis-cli format specified fixed
2009-12-05  antirezuse __attribute__ format in sdscatprintf() when the...
2009-12-01  antirezTODO update
2009-11-29  antirezTODO updated
2009-11-29  antirezmore tests in test-redis.tcl, some minor fix
2009-11-28  antirezImplemented LIMIT option in ZRANGEBYSCORE. We now enter...
2009-11-28  antirezTODO updated
2009-11-28  antirezINFO refactored. Stack trace on memory corruption now...
2009-11-28  antirezMerge branch 'kqueue' of git://github.com/mallipeddi...
2009-11-28  antirezChanges to TODO list, commented a function in redis.c
2009-11-27  antirezTODO updated
2009-11-26  antirezlog rebuilding, random refactoring, work in progress...
2009-11-24  antirezminor TODO change
2009-11-23  antirezae.c initial refactoring for epoll implementation
2009-11-21  antirezTODO aesthetic changes
2009-11-21  antirezTODO updated with plans up to 1.5
2009-11-21  antirezSRANDMEMBER test
2009-11-21  antirezSORT GET # implemented, with a test
2009-11-21  antirezEXPIREAT test
2009-11-20  antirezEXPIRE tests
2009-11-20  antirezRPOPLPUSH tests added
2009-11-20  antirezZINCRSCOREBY => ZINCRBY
2009-11-11  antirezWorkaround for test-redis.tcl and Tcl 8.4.x about ZSCOR...
2009-11-11  antirezRemoved a long time warning compiling with recent GCC...
2009-11-11  antirezTODO updated
2009-11-11  antirezLPUSHPOP first implementation
2009-11-10  antirezTcl script, make target, and redis.c changes to build...
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...
next