summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'psync2' into unstableantirez2016-11-171-0/+4
|\
| * PSYNC2: different improvements to Redis replication.antirez2016-11-091-0/+4
* | TypoMichel Tresseras2016-10-241-1/+1
|/
* Document RDB preamble in AOF rewrites in redis.conf.antirez2016-08-241-0/+14
* Ability of slave to announce arbitrary ip/port to master.antirez2016-07-271-0/+29
* LFU: make counter log factor and decay time configurable.lfuantirez2016-07-201-11/+71
* Enable tcp-keepalive by default.antirez2016-06-131-2/+3
* Merge pull request #3180 from bogdanvlviv/fix_pidfileSalvatore Sanfilippo2016-06-101-1/+1
|\
| * fix pidfile in redis.confbogdanvlviv2016-04-191-1/+1
* | Modules: first preview 31 March 2016.antirez2016-05-101-0/+8
|/
* Cluster announce ip/port/bus-port documented in redis.conf.antirez2016-02-011-0/+33
* New security feature: Redis protected mode.antirez2016-01-071-0/+19
* Fix typo UNCOMMENT -> COMMENT in example redis.conf.antirez2015-12-031-1/+1
* Redis.conf example: make clear user must pass its path as argument.antirez2015-10-151-1/+6
* Lazyfree options documented in the example redis.conf.lazyfreeantirez2015-10-051-1/+52
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2015-04-271-1/+1
|\
| * Added reference to IANA ticket for port 6379Itamar Haber2015-04-241-1/+1
* | Example redis.conf doc about pidfile fixed.antirez2015-04-261-2/+9
|/
* Give obvious instructions on how to bind all interfaces.antirez2015-02-191-0/+3
* Example redis.conf binds just to 127.0.0.1.antirez2015-02-191-28/+42
* Unify to uppercase the headlineMasahiko Sawada2015-02-121-1/+1
* Supervise redis processes only if configuredMatt Stancliff2015-01-091-0/+11
* Advertise Redis Cluster as experimental in redis.conf.antirez2015-01-081-0/+6
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-021-5/+30
* Merge pull request #2117 from mariano-perez-rodriguez/patch-4Salvatore Sanfilippo2014-12-111-2/+2
|\
| * Typo fixes in redis.confMariano Pérez Rodríguez2014-10-311-2/+2
* | Mark diskless replication as experimental in redis.conf.antirez2014-12-021-0/+4
|/
* Document repl-diskless-sync-delay in redis.conf.antirez2014-10-271-0/+12
* Diskless replication documented inside example redis.conf.antirez2014-10-241-0/+27
* redis.conf small grammar fixMiguel Parramon2014-09-291-1/+1
* Clean up text throughout projectMatt Stancliff2014-09-291-12/+12
* Grammar and typo fixes in redis.confBen2014-09-291-17/+16
* Fix typo in redis.confJan-Erik Rediger2014-09-291-1/+1
* Improve disable save comment in redis.confManuel Meurer2014-09-291-1/+1
* Cluster: new option to work with partial slots coverage.antirez2014-09-171-0/+13
* Make aof-load-truncated option actually configurable.antirez2014-09-081-0/+24
* Change unixsocketperm comment to 700 from 755Edgars Irmejs2014-08-071-1/+1
* * fixed doc URL for keyspace eventsvps2014-07-281-1/+1
* Example redis.conf: improve slaveof description.antirez2014-07-251-3/+12
* Latency monitor trheshold value is now configurable.antirez2014-07-021-0/+21
* Client types generalized.antirez2014-06-161-2/+2
* Cluster: slave validity factor is now user configurable.antirez2014-05-221-0/+45
* Fixed typos.Kevin Menard2014-04-231-2/+2
* User-defined switch point between sparse-dense HLL encodings.antirez2014-04-151-0/+14
* The default maxmemory policy is now noeviction.antirez2014-03-211-1/+1
* Default LRU samples is now 5.antirez2014-03-201-5/+8
* 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
* Cluster: fix an error in migration-barrier comment in redis.conf.antirez2014-01-311-1/+1