summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
* Changed latency histogram output to omit trailing 0s and periods (#10075)Madelyn Olson2022-01-091-1/+1
* Fixes typo for redis.conf (#10072)YEONCHEOL JANG2022-01-091-1/+1
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-051-0/+14
* Fix typos in aof.c / redis.conf (#10057)Binbin2022-01-051-2/+2
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-10/+33
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-021-0/+26
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-0/+9
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-0/+14
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-191-0/+23
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-0/+11
* 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