]> git.saurik.com Git - redis.git/history - src/config.c
redis-trib create, first version is know working
[redis.git] / src / config.c
2011-04-07  antireznode cluster configuration file configurable via redis...
2011-03-29  antirezCluster branch merged to unstable.
2011-02-22  Paul Gideon DannAllow port to be 0 in configuration, in order to allow...
2011-02-21  antirezcheck return value of getcwd()
2011-02-17  antirezCONFIG SET/GET for all the special encoding parameters...
2011-02-14  antirezCONFIG GET/SET dir implemented
2011-01-24  antirezINFO commandstats section reset with config resetstat...
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-05  antirezMerge remote branch 'pietern/writev-unstable' into...
2011-01-05  Pieter NoordhuisRemove glueoutputbuf option and broken code
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-30  antirezadded cache-flush-delay configuration directive. Don...
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-09  Jonah H. Harrisremoved dup syslog-ident conditional
2010-12-09  Jonah H. Harrissyslog support
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-08  antirezadded noeviction policy to redis maxmemory. ZSCORE...
2010-11-05  antirezMerge branch 'aaslave'
2010-11-04  antirezconfig option to select if when replication link with...
2010-11-03  antirezadded support for command renaming/suppression in redis...
2010-11-03  antirezNow it is possible to use quoted strings in the redis...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-17  Pieter NoordhuisSkip object encoding where it doesn't make sense
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-15  antirezCONFIG RESETSTAT no longer resets the server uptime...
2010-10-15  antirezmaxmemory-samples implemented in CONFIG command and...
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezimplemented different algorithms for maxmemory
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-13  Pieter NoordhuisRemove disabling TCP with port -1
2010-10-13  Pieter NoordhuisRename variable sockpath to unixsocket
2010-10-11  antirezfree memory if the maxmemory parameter is reduced via...
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-08-30  Pieter NoordhuisWrapper for adding unknown multi bulk length to reply...
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-03  Pieter NoordhuisChange initialization to allow listening on both a...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.