summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
* Make aof-load-truncated option actually configurable.antirez2014-09-081-0/+24
* Change unixsocketperm comment to 700 from 755Edgars Irmejs2014-08-271-1/+1
* * fixed doc URL for keyspace eventsvps2014-07-271-1/+1
* Example redis.conf: improve slaveof description.antirez2014-07-251-3/+12
* Latency monitor trheshold value is now configurable.antirez2014-07-091-0/+21
* Client types generalized.antirez2014-06-211-2/+2
* Fixed typos.Kevin Menard2014-04-221-2/+2
* User-defined switch point between sparse-dense HLL encodings.antirez2014-04-161-0/+14
* Redis.conf comment about tcp-backlog option improved.antirez2014-01-311-1/+7
* Option "backlog" renamed "tcp-backlog".antirez2014-01-311-1/+1
* Add support for listen(2) backlog definitionNenad Merdanovic2014-01-311-0/+3
* Clarify include directive behavior in example redis.conf.antirez2013-12-191-2/+6
* CONFIG REWRITE: don't throw some options on config rewriteYubao Liu2013-12-191-10/+17
* Example redis.conf formatted to better show appendfilename option.antirez2013-12-191-1/+3
* fix typo in redis.conf and sentinel.confYubao Liu2013-12-121-1/+1
* Fixed typo in redis.conf.antirez2013-12-061-1/+1
* fixed typoAnurag Ramdasan2013-12-051-1/+1
* Fixed grammar: 'usually' to 'usual'Anurag Ramdasan2013-12-051-1/+1
* Fixed typos in redis.conf file.antirez2013-12-051-8/+8
* Revert "Document port6 and bind6 config options."antirez2013-07-111-2/+0
* Document port6 and bind6 config options.Geoff Garside2013-07-111-0/+2
* Example redis.conf: bind to multiple interfaces documented.antirez2013-07-081-2/+7
* min-slaves-to-write: don't accept writes with less than N replicas.antirez2013-05-301-1/+7
* min-slaves-to-write: initial description of the feature in redis.confantirez2013-05-301-0/+16
* redis.conf updated: repl-timeout now uesd by masters as well.antirez2013-05-271-2/+5
* Added a define for most configuration defaults.antirez2013-05-151-2/+2
* Config option to turn AOF rewrite incremental fsync on/off.antirez2013-04-241-0/+6
* Add a warning about command renaming in redis.conf.antirez2013-03-061-0/+3
* point 2 of slave-serve-stale-data miss '-' between 'stale' and 'data'Stam He2013-03-041-1/+1
* PSYNC: work in progress, preview #2, rebased to unstable.antirez2013-02-121-0/+22
* TCP keep-alive. Better documentation in redis.conf.antirez2013-02-111-6/+11
* tcp-keepalive option documented in redis.conf.antirez2013-02-111-0/+11
* TCP_NODELAY after SYNC: changes to the implementation.antirez2013-02-051-0/+15
* Fix a few typos and improve grammar of redis.confDavid Celis2013-02-041-19/+19
* Keyspace events: it is now possible to select subclasses of events.antirez2013-01-281-4/+33
* Keyspace events notification API.antirez2013-01-281-0/+17
* Fixed many typos.guiquanz2013-01-191-1/+1
* serverCron() frequency is now a runtime parameter (was REDIS_HZ).antirez2012-12-141-0/+17
* Sentinel: added documentation about slave-priority in redis.confantirez2012-08-311-0/+15
* Limit memory used by big SLOWLOG entries.antirez2012-04-211-1/+1
* redis.conf AOF section comments improved.antirez2012-04-211-16/+21
* Stop access to global vars. Not configurable.antirez2012-04-131-17/+0
* Scripting: globals protection can now be switched on/off.antirez2012-04-131-0/+17
* It is now possible to enable/disable RDB checksum computation from redis.conf...antirez2012-04-101-0/+9
* Comments about security of slave-read-only in redis.coinf.antirez2012-03-221-1/+9
* Support for read-only slaves. Semantical fixes.antirez2012-03-221-0/+8
* Redis cluster stuff removed from 2.6 redis.conf file.antirez2012-03-201-19/+0
* fix typo of redis.confquiver2012-03-101-1/+1
* Merge conflicts resolved.antirez2012-03-091-6/+5
|\
| * Update default configurationPieter Noordhuis2012-01-251-6/+5