summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify redis.conf comment about lazyfree-lazy-user-del.antirez2020-04-061-5/+9
* Merge pull request #6243 from soloestoy/expand-lazy-free-server-delSalvatore Sanfilippo2020-04-061-1/+4
|\
| * lazyfree: add a new configuration lazyfree-lazy-user-delzhaozhao.zz2019-12-181-1/+4
* | Update redis.conf박승현2020-03-181-1/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-03-121-3/+3
|\ \
| * | Remove default guidance in Redis.confJamie Scott2020-03-091-2/+1
| * | Update Redis.conf to improve TLS usabilityJamie Scott2020-03-031-1/+2
* | | RDB deletion: document it in example redis.conf.nordbantirez2020-03-041-0/+13
|/ /
* | Merge pull request #6821 from guybe7/key_miss_notifySalvatore Sanfilippo2020-02-061-1/+5
|\ \
| * | Exclude "keymiss" notification from NOTIFY_ALLGuy Benoish2020-02-031-1/+5
* | | TLS: Some redis.conf clarifications.Yossi Gottlieb2020-02-051-11/+10
|/ /
* | Document I/O threads in redis.conf.antirez2020-01-131-0/+46
* | Merge pull request #6457 from IAmATeaPot418/patch-1Salvatore Sanfilippo2020-01-101-1/+1
|\ \ | |/ |/|
| * Update to directive in redis.conf (missing s)Jamie Scott2019-10-161-1/+1
* | Add configuration option for allowing reads on cluster downMadelyn Olson2019-12-161-0/+16
* | Change description to be agnostic to the number of policies.Michael Chaten2019-12-091-1/+1
* | Fix outdated information on max memory policiesMichael Chaten2019-12-061-1/+1
* | Merge pull request #6559 from oranagra/active_defrag_tunablesSalvatore Sanfilippo2019-11-201-9/+7
|\ \
| * | Adjustments for active defrag defaults and tuningOran Agra2019-11-121-9/+7
* | | Expire cycle: document expire effort in redis.conf.antirez2019-11-181-3/+20
|/ /
* | Typo fix: kill -> stillCarsten Strotmann2019-10-251-4/+3
|/
* TLS: Improve CA certifiate configuration options.Yossi Gottlieb2019-10-081-2/+4
* TLS: Configuration options.Yossi Gottlieb2019-10-071-0/+24
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-0/+44
* Mark diskless loads as experimental in redis.conf.antirez2019-07-251-6/+16
* Client side caching: document tracking-table-max-fill in redis.conf.antirez2019-07-241-0/+33
* Example redis.conf: stay under 80 cols.antirez2019-07-241-31/+33
* Remove experimental warning from diskless replication.antirez2019-07-241-4/+0
* diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-0/+16
* removed obsolete warning as per - https://github.com/antirez/redis/issues/5291abhay2019-04-261-7/+1
* Gopher: document the feature in redis.conf.antirez2019-02-251-0/+55
* ACL: Document masteruser option in redis.conf.antirez2019-02-121-0/+11
* ACL: some documentation inside redis.conf.antirez2019-02-081-0/+88
* ACL: redis.conf: mark old ACL-alike stuff as deprecated.antirez2019-02-051-9/+28
* redis.conf typo fixed: ingore -> ignore.antirez2018-10-151-1/+1
* Fix typo in commentPavel Skuratovich2018-09-241-1/+1
* Slave removal: capitalize ReplicaJakub Vrana2018-09-111-4/+4
* Slave removal: Make obvious in redis.conf what a replica is.antirez2018-09-111-0/+5
* Slave removal: fix typo of replicaof.antirez2018-09-111-1/+1
* Slave removal: slave -> replica in redis.conf and output buffer option.antirez2018-09-111-128/+128
* Document slave-ignore-maxmemory in redis.conf.antirez2018-08-271-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
|\ \