summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
* remove doc in redis.conf merged by mistake to 5.0 (#10138)5.0Oran Agra2022-01-201-25/+0
* Add check for the MADV_FREE/fork arm64 Linux kernel bug (#8224)George Prekas2021-02-221-0/+31
* removed obsolete warning as per - https://github.com/antirez/redis/issues/5291abhay2019-04-251-7/+1
* redis.conf typo fixed: ingore -> ignore.antirez2018-10-151-1/+1
* Fix typo in commentPavel Skuratovich2018-10-031-1/+1
* Slave removal: capitalize ReplicaJakub Vrana2018-09-141-4/+4
* Slave removal: Make obvious in redis.conf what a replica is.antirez2018-09-141-0/+5
* Slave removal: fix typo of replicaof.antirez2018-09-141-1/+1
* Slave removal: slave -> replica in redis.conf and output buffer option.antirez2018-09-141-128/+128
* Document slave-ignore-maxmemory in redis.conf.antirez2018-08-291-0/+20
* Document dynamic-hz in the example redis.conf.antirez2018-07-301-0/+16
* Fix typoJack Drogon2018-07-031-1/+1
* Merge pull request #4758 from soloestoy/rdb-save-incremental-fsyncSalvatore Sanfilippo2018-06-161-0/+6
|\
| * add rdb-save-incremental-fsync option in redis.confzhaozhao.zz2018-03-161-0/+6
* | fix stream config typoshenlongxing2018-06-071-1/+1
* | Streams: better document the max node limits.antirez2018-06-071-1/+4
* | Streams: use non static macro node limits.antirez2018-06-071-0/+8
* | AOF: enable RDB-preamble rewriting by default.antirez2018-03-251-4/+1
* | Merge pull request #4691 from oranagra/active_defrag_v2Salvatore Sanfilippo2018-03-221-1/+5
|\ \
| * | active defrag v2Oran Agra2018-03-121-1/+5
| |/
* | Cluster: ability to prevent slaves from failing over their masters.antirez2018-03-141-0/+10
|/
* Document new protocol options in #4568 into redis.conf.antirez2018-01-111-0/+14
* fix some notesWuYunlong2017-12-051-1/+3
* Merge pull request #4165 from zyegfryed/patch-1Salvatore Sanfilippo2017-11-281-3/+3
|\
| * Fix some typosSébastien Fievet2017-07-261-3/+3
* | Typo fixShaun Webb2017-07-271-1/+1
|/
* Defrag: document the feature in redis.conf.antirez2017-01-111-6/+49
* active memory defragmentationoranagra2016-12-301-0/+20
* Merge pull request #3498 from ZhukovAlexander/patch-1Salvatore Sanfilippo2016-12-201-1/+1
|\
| * Fix an article usageAlexander Zhukov2016-09-121-1/+1
* | Only show Redis logo if logging to stdout / TTY.antirez2016-12-191-0/+8
* | 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