summaryrefslogtreecommitdiff
path: root/redis.conf
Commit message (Expand)AuthorAgeFilesLines
* Bump codespell to 2.2.4, fix typos and outupdated comments (#11911)Binbin2023-03-161-1/+1
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-1/+8
* Fix non-existent directive name at comments in redis.conf, s/cluster-tls/tls-...Taishi Kasuga2022-10-081-2/+2
* ACL default newly created user set USER_FLAG_SANITIZE_PAYLOAD flag (#11279)Binbin2022-09-221-3/+3
* Improve redis.conf documentation on repl-diskless-load (#11213)Eduardo Semprebon2022-09-111-10/+12
* Support setlocale via CONFIG operation. (#11059)yourtree2022-08-211-0/+5
* Fix outdated lfu-decay-time doc in redis.conf (#11108)Binbin2022-08-141-4/+3
* Fix some outdated comments and some typo (#10946)Binbin2022-07-061-1/+1
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-261-0/+16
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-261-0/+25
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+10
* Keyspace event for new keys (#10512)Luke Palmer2022-04-131-0/+1
* Cleanups in redis.conf (#10452)Binbin2022-03-271-7/+7
* Update redis.conf (#10396)Ronald Petty2022-03-081-1/+1
* Show publishshard_sent stat in cluster info (#10314)Binbin2022-02-191-1/+1
* Fix OpenSSL 3.0.x related issues. (#10291)Yossi Gottlieb2022-02-151-1/+3
* Fix the misleading description of the option repl-ping-slave-period (#4687)Pengcheng Huang2022-02-101-1/+1
* Set default channel permission to resetchannels for 7.0 (#10181)Harkrishn Patro2022-01-301-9/+1
* doc improvement about acl first-arg (#10199)Oran Agra2022-01-291-4/+5
* Fix outdated save key word in redis.conf (#10166)Binbin2022-01-241-3/+3
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-0/+12
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-13/+19
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-171-1/+7
* 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