summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
* conflicts resolvedantirez2010-05-131-2/+3
|\
| * make append only filename configurablePieter Noordhuis2010-05-071-2/+3
* | CONFIG now can change appendfsync policy at run timeantirez2010-05-101-0/+4
|/
* swap file name pid expansion removed. Not suited for mission critical softwar...antirez2010-05-071-9/+5
* clarified a few messages in redis.confantirez2010-05-061-6/+12
* new units for bytes specificationantirez2010-04-221-0/+12
* Active rehashingantirez2010-04-151-0/+20
* shareobjects feautres killed - no gains most of the time, but VM complexitiesantirez2010-04-091-17/+0
* Now PUBLISH commands are replicated to slavesantirez2010-04-021-2/+2
* support for include directive in config parserJeremy Zawodny2010-03-191-0/+10
* HSET fixes, now the new pointer is stored back in the object pointer fieldantirez2010-03-071-0/+7
* Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the q...antirez2010-02-271-0/+4
* Saner VM defaults for redis.confantirez2010-02-101-9/+9
* multi bulk requests in redis-benchmark, default fsync policy changed to every...antirez2010-02-061-8/+12
* support for named VM swap file. Fixed a few important interaction issues betw...antirez2010-01-151-0/+13
* support for blocking VM in config fileantirez2010-01-121-0/+3
* non-blocking VM data structures, just a startantirez2010-01-091-3/+11
* vm-enabled set to no by default in redis.confantirez2010-01-061-2/+3
* a new default redis.confantirez2010-01-061-7/+14
* VM stats in INFO commandantirez2010-01-061-2/+3
* Introduced a new log verbosity level, so now DEBUG is really for debugging. R...antirez2010-01-061-1/+1
* BGREWRITEAOF now works with swapping onantirez2010-01-051-3/+6
* basic VM mostly working!antirez2010-01-051-0/+36
* more object-level VM primitivesantirez2010-01-051-0/+4
* LZF compression re-enabled by default, but with INIT_HTAB set to 0 to avoid t...antirez2009-12-161-4/+4
* lzf compression switched off by default now, with config file option to enabl...antirez2009-12-161-17/+25
* Changed the reply of BGSAVE and BGREWRITEAOF from +OK to a more meaningful me...antirez2009-12-131-0/+3
* TODO list modified. What's planned for 1.4 is now written in the stone ;)antirez2009-12-121-4/+11
* append only mode is now able to translate EXPIRE into EXPIREAT transparentlyantirez2009-10-301-6/+9
* appendfsync is now set to NO by defaultantirez2009-10-301-0/+2
* support for appendonly mode no, always, everysecantirez2009-10-301-0/+17
* Initial implementation of append-only mode. Loading still not implemented.antirez2009-10-301-0/+17
* shareobjectspoolsize implemented in reds.conf, in order to control the pool s...antirez2009-06-031-0/+11
* minor fix for Solaris boxesantirez2009-05-281-0/+7
* maxmemory implementedantirez2009-05-271-0/+12
* maxclients implemented, see redis.conf for detailsantirez2009-05-251-0/+10
* Allow timeout=0 config to disable client timeoutsAman Gupta2009-05-191-1/+1
* ability to specify a different file name for the DBantirez2009-04-271-1/+6
* TODO changes, minor change to default redis.confantirez2009-04-081-1/+1
* Lua client added thanks to Daniele Alessandriantirez2009-03-261-9/+11
* Adds AUTH command.Brian Hammond2009-03-251-0/+9
* Nasty bug of the new DB format fixed, objects sharing implementedantirez2009-03-251-0/+6
* Allow to specify the pid file from the config file.Luc Heinrich2009-03-231-0/+4
* first commitantirez2009-03-221-0/+66