summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed typos in redis.conf file.antirez2013-12-051-8/+8
* Cluster: example redis.conf updated from sec to ms for cluster-node-timeout.antirez2013-10-091-3/+3
* Revert "Document port6 and bind6 config options."antirez2013-07-081-2/+0
* Document port6 and bind6 config options.Geoff Garside2013-07-081-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
* Cluster: node timeout is now configurable.antirez2013-04-041-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-091-6/+11
* tcp-keepalive option documented in redis.conf.antirez2013-02-081-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-031-20/+20
* 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-281-0/+15
* Limit memory used by big SLOWLOG entries.antirez2012-04-211-1/+1
* redis.conf AOF section comments improved.antirez2012-04-201-16/+21
* 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-211-1/+9
* Support for read-only slaves. Semantical fixes.antirez2012-03-201-0/+8
* 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
* | By default Redis refuses writes with an error if the latest BGSAVE failed (an...antirez2012-03-071-0/+15
* | more practical maxmemory+slaves hint in redis.confantirez2012-02-081-0/+4
* | redis.conf updated with new maxmemory semanticsantirez2012-02-081-15/+17
* | redis.conf typo fixed in the client-output-buffer-limit documentationantirez2012-01-241-1/+1
* | client-output-buffer-limit documented in redis.confantirez2012-01-241-0/+37
* | Merge remote-tracking branch 'origin/unstable' into unstableantirez2012-01-161-11/+11
|\ \
| * | Fixed some typos in redis.conf.Kashif Rasul2011-12-281-11/+11
| |/
* | It is now posible to flush all the previous saving points in redis.conf by us...antirez2012-01-161-0/+6
|/
* Fixed a config docs typo.diegok2011-12-221-1/+1
* default log level is now notice.antirez2011-11-301-1/+1
* Fixed a typo in comments.Jérémy Bethmont2011-11-211-1/+1
* redis.conf updated to reflect the new scripting timeout semantics.antirez2011-11-181-2/+6
* use timeout 0 by default, as this is a common source of problems.antirez2011-10-311-1/+1
* added more clarifications in redis.conf about ther right value to set as repl...antirez2011-10-311-0/+4
* fixed typo in commentsHerbert G. Fischer2011-10-311-2/+2
* 7c6da73antirez2011-10-311-0/+11
* maxclients configuration is now implemented dealing with the actual process r...antirez2011-10-311-4/+7
* If a Lua script executes for more time than the max time specified in the con...antirez2011-10-271-3/+10
* Added a config directive for a Unix socket maskNathan Florea2011-10-101-0/+1