summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of sanitization (#9901)Madelyn Olson2021-12-061-5/+5
* Multiparam config set (#9748)yoav-steinberg2021-12-011-7/+5
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-1/+1
* Reject PING with MASTERDOWN when replica-serve-stale-data=no (#9757)Eduardo Semprebon2021-11-181-2/+2
* Replica keep serving data during repl-diskless-load=swapdb for better availab...Eduardo Semprebon2021-11-041-3/+7
* Add timestamp annotations in AOF (#9326)Wang Yuan2021-10-251-0/+5
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-251-0/+7
* Treat subcommands as commands (#9504)guybe72021-10-201-6/+8
* Make Cluster-bus port configurable with new cluster-port config (#9389)Wen Hui2021-10-181-0/+5
* Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (...Binbin2021-10-021-1/+1
* Fix error message for replica-serve-stale-data in redis.conf doc (#9519)Eduardo Semprebon2021-09-301-2/+3
* Client eviction (#8687)yoav-steinberg2021-09-231-0/+19
* fix typo in redis.conf. Interfece changed to interface (#9498)Altaf hussain2021-09-131-1/+1
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-2/+2
* Use sync_file_range to optimize fsync if possible (#9409)Wang Yuan2021-08-301-2/+2
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-2/+2
* Fix ACL category for SELECT, WAIT, ROLE, LASTSAVE, READONLY, READWRITE, ASKIN...Oran Agra2021-07-201-0/+34
* Fix typo in redis.conf comment (#9245)Lawrence Chou2021-07-171-1/+1
* Corrections about the new protected-mode usage. (#9143)Yossi Gottlieb2021-06-271-12/+8
* Add bind-source-addr configuration argument. (#9142)Yossi Gottlieb2021-06-241-0/+12
* Support glob pattern matching for config include files (#8980)Sam Bortman2021-06-161-0/+9
* Remove gopher protocol support. (#9057)yoav-steinberg2021-06-161-58/+0
* Update redis conf (#8707)Javier Li Sam2021-04-211-12/+12
* Modules: adding a module type for key space notification (#8759)Hanna Fadida2021-04-191-1/+2
* ACL channels permission handling for save/load scenario. (#8794)Harkrishn Patro2021-04-191-1/+1
* Add cluster-allow-replica-migration option. (#5285)Sokolov Yura2021-04-041-1/+10
* Add replica-announced config option (#8653)Jérôme Loyet2021-03-301-0/+12
* Add support for plaintext clients in TLS cluster (#8587)Viktor Söderqvist2021-03-301-6/+12
* Add support for reading encrypted keyfiles. (#8644)Yossi Gottlieb2021-03-221-0/+10
* Changes http to https in texts (#8495)cheese12021-03-101-3/+3
* Add proc-title-template option. (#8397)Yossi Gottlieb2021-01-281-0/+17
* Add 'set-proc-title' config so that this mechanism can be disabled (#3623)Z. Liu2021-01-281-0/+5
* Fix typo in redis.conf doc (#8362)Simon Kotwicz2021-01-201-1/+1
* Fix description of the save conf directive (#8337)Itamar Haber2021-01-191-17/+16
* Add lazyfree-lazy-user-flush config to control default behavior of FLUSH[ALL|...Yang Bodong2021-01-151-0/+7
* Add check for the MADV_FREE/fork arm64 Linux kernel bug (#8224)George Prekas2021-01-071-0/+7
* Cleanup key tracking documentation and table management (#8039)Madelyn Olson2020-12-231-1/+1
* Included in redis.conf explicit explanation of tls-protocol defaults (#8193)filipe oliveira2020-12-151-3/+6
* TLS: Add different client cert support. (#8076)Yossi Gottlieb2020-12-111-0/+12
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+17
* Adds pub/sub channel patterns to ACL (#7993)Itamar Haber2020-12-011-0/+26
* Fix oom-score-adj-values range, abs options, and bug when used in config file...Oran Agra2020-11-221-9/+14
* Improve and clean up supervised process support. (#8036)Yossi Gottlieb2020-11-171-1/+8
* Add new commands ZDIFF and ZDIFFSTORE (#7961)Felipe Machado2020-11-151-8/+6
* Typo fix: entires -> entries (#8031)sundb2020-11-081-1/+1
* Update redis.conf to recommend use of /run. (#8002)Yossi Gottlieb2020-11-011-1/+4
* Optionally (default) fail to start if requested bind address is not available...Oran Agra2020-10-281-5/+12
* Disable THP if enabled (#7381)zhenwei pi2020-10-271-0/+13
* ACL : mentioning requirepass and aclfile not compatable in redis conf (#7883)Wen Hui2020-10-051-0/+3
* Don't support Gopher if enable io threads to read queries (#7851)Wang Yuan2020-09-271-3/+5