]> git.saurik.com Git - redis.git/history - redis.conf
Allow PREFIX to be overrided in Makefile.
[redis.git] / redis.conf
2010-04-22  antireznew units for bytes specification
2010-04-15  antirezActive rehashing
2010-04-09  antirezshareobjects feautres killed - no gains most of the...
2010-04-02  antirezNow PUBLISH commands are replicated to slaves
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-20  Jeremy Zawodnysupport for include directive in config parser
2010-03-09  antirezMerged ZREMBYRANK from Pietern
2010-03-09  antirezMerged ZREVRANK from Pietern
2010-03-07  antirezHSET fixes, now the new pointer is stored back in the...
2010-02-27  antirezBug #169 fixed (BLOP/BRPOP interrupted connections...
2010-02-10  antirezSaner VM defaults for redis.conf
2010-02-06  antirezmulti bulk requests in redis-benchmark, default fsync...
2010-01-15  antirezsupport for named VM swap file. Fixed a few important...
2010-01-12  antirezsupport for blocking VM in config file
2010-01-09  antireznon-blocking VM data structures, just a start
2010-01-07  antirezvm-enabled set to no by default in redis.conf
2010-01-07  antireza new default redis.conf
2010-01-07  antirezVM stats in INFO command
2010-01-06  antirezIntroduced a new log verbosity level, so now DEBUG...
2010-01-06  antirezBGREWRITEAOF now works with swapping on
2010-01-05  antirezbasic VM mostly working!
2010-01-05  antirezmore object-level VM primitives
2009-12-16  antirezLZF compression re-enabled by default, but with INIT_HT...
2009-12-16  antirezlzf compression switched off by default now, with confi...
2009-12-13  antirezChanged the reply of BGSAVE and BGREWRITEAOF from ...
2009-12-12  antirezTODO list modified. What's planned for 1.4 is now writt...
2009-10-30  antirezappend only mode is now able to translate EXPIRE into...
2009-10-30  antirezappendfsync is now set to NO by default
2009-10-30  antirezsupport for appendonly mode no, always, everysec
2009-10-30  antirezInitial implementation of append-only mode. Loading...
2009-06-03  antirezshareobjectspoolsize implemented in reds.conf, in order...
2009-05-28  antirezminor fix for Solaris boxes
2009-05-27  antirezmaxmemory implemented
2009-05-25  antirezmaxclients implemented, see redis.conf for details
2009-05-20  antirezMerge git://github.com/tmm1/redis
2009-05-20  Aman GuptaAllow timeout=0 config to disable client timeouts
2009-04-27  antirezability to specify a different file name for the DB
2009-04-08  antirezTODO changes, minor change to default redis.conf
2009-03-26  antirezLua client added thanks to Daniele Alessandri
2009-03-26  Brian HammondAdds AUTH command.
2009-03-25  antirezNasty bug of the new DB format fixed, objects sharing...
2009-03-24  Ludovico Magnocavallogit mess :)
2009-03-23  antirezMerge git://github.com/lucsky/redis
2009-03-23  Luc HeinrichAllow to specify the pid file from the config file.
2009-03-22  antirezfirst commit