]> git.saurik.com Git - redis.git/history - TODO
Replace unnecessary calls to echo and cat
[redis.git] / TODO
2011-09-27  antireza few entries removed from the old TODO list (done)
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-21  antirezTODO updated
2011-09-20  antirezTODO updated after moving more things into the github...
2011-09-20  antirezTODO updated
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-15  antirezTODO updated with 2.6 things
2011-07-28  antirezMerge remote branch 'origin/unstable' into unstable
2011-07-27  antirezTODO updated
2011-07-26  Bruce MitchenerSpelling fixes.
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)
next