]> git.saurik.com Git - redis.git/history - TODO
Merge pull request #77 from Poincare/patch-1
[redis.git] / TODO
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-27  antirezTODO updated
2011-07-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-07-13  antirezscripting.txt file removed, content merged into the...
2011-05-10  antirezMerge branch 'unstable'
2011-05-06  antirezCluster TODO updated
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezTODO updated
2011-04-13  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-12  antirezTODO update
2011-04-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-11  antirezTODO modified
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-29  antirezTODO modified
2011-03-10  antirezMerge branch 'unstable'
2011-03-09  antirezTODO updated
2011-03-08  antirezuseless function removed
2011-01-26  antirezTODO list updated
2011-01-10  antirezTODO modified
2011-01-08  antirezTODO updated
2011-01-07  antirezdiskstore BGSAVE should work now
2011-01-07  antirezmore work towards diskstore bgsave
2011-01-07  antirezsource reshaped a bit to play well with a bgsaving...
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-07  antirezTODO updated
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-20  antirezTODO udpated
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-16  antirezTODO list modified, trivial change to source code
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-05  antirezFixed compilation on *BSD systems
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezTODO updated
2010-06-14  antirezTODO updated
2010-06-12  antirezMerge branch 'expire' of git://github.com/pietern/redis
2010-06-11  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-07  antirezTODO updated
2010-06-05  antirezMerge branch 'lists' of git://github.com/pietern/redis
2010-06-04  antirezTODO updated
2010-06-04  Pieter Noordhuismerge antirez/smallkeys
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  antirezMerge branch 'testsuite' of git://github.com/pietern...
2010-06-02  antirezMerge branch 'master' into smallkeys
2010-06-01  antirezTODO updated with syslog plans for 2.2
2010-05-25  antirezTODO updated
2010-05-20  antirezMerge http://github.com/ngmoco/redis
2010-05-20  antirezadded regression for zipmap bug
2010-05-19  antirezTODO updated
2010-05-13  antirezconflicts resolved
2010-05-13  antirezvery strong speedup in saving time performance when...
2010-05-10  antirezMerge branch 'check-aof' of git://github.com/pietern...
2010-05-07  Pieter Noordhuisupdate TODO
2010-05-07  Pieter Noordhuisdon't load value from VM for EXISTS
2010-05-07  antirezSwap file is now locked
2010-03-23  antirezEmpty value trigger key removal in all the operations
2010-03-22  antirezMerged gnrfan patches fixing issues 191, 193, 194
2010-03-22  antirezMerge branch 'issue_193' of git://github.com/gnrfan...
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
next