summaryrefslogtreecommitdiff
path: root/src/sentinel.c
Commit message (Expand)AuthorAgeFilesLines
* Allow SENTINEL CONFIG SET and SENTINEL CONFIG GET to handle multiple paramete...HEADunstableWen Hui2023-05-171-92/+170
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-3/+3
* Add missing reply schema and coverage tests (#12079)Binbin2023-04-271-5/+8
* check for known-slave in sentinel rewrite config (#11775)Subhi Al Hasan2023-04-041-1/+6
* Add missing master_reboot flag in sentinel instance info (#11888)Binbin2023-03-211-0/+2
* Remove unnecessary `fsync` when sentinel flushs config file (#11910)Wang Yuan2023-03-191-15/+7
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-3/+7
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-4/+4
* update sentinel config condition (#11751)Wen Hui2023-01-261-1/+1
* Fix sentinel issue if replica changes IP (#11590)Moti Cohen2022-12-081-8/+3
* Add CONFIG SET and GET loglevel feature in Sentinel (#11214)Wen Hui2022-11-201-1/+27
* Fix sentinel function that compares hostnames (if failed resolve) (#11419)Moti Cohen2022-10-231-3/+9
* Bump codespell from 2.1.0 to 2.2.1 in /.codespell (#11184)Binbin2022-08-241-1/+1
* Build TLS as a loadable moduleOran Agra2022-08-231-7/+9
* Use connection name of stringzhenwei pi2022-08-221-2/+2
* Introduce TLS specified APIszhenwei pi2022-08-221-5/+3
* Introduce connection layer frameworkzhenwei pi2022-08-221-1/+1
* Introduce connAddrzhenwei pi2022-08-221-1/+1
* Update comments on command args, and a misleading error reply (#10645)Wen Hui2022-05-131-1/+1
* Add RM_PublishMessageShard (#10543)guybe72022-04-171-1/+1
* Module Configurations (#10285)Nick Chun2022-03-301-1/+0
* Sentinel: update command json files (#10374)Wen Hui2022-03-151-1/+1
* Sentinel: fix no reconnect after auth-pass is changed (#10400)Moti Cohen2022-03-131-0/+23
* Fixed typo in variable name (#10347)Madelyn Olson2022-02-261-6/+6
* Sentinel: fix a free-after-use issue re-registering Sentinels. (#10333)Moti Cohen2022-02-231-6/+15
* Fix INFO SENTINEL memory leak (#10268)Binbin2022-02-091-2/+1
* Fix SENTINEL DEBUG with wrong arguments (#10258)gms2022-02-081-21/+18
* Make INFO command variadic (#6891)Wen Hui2022-02-081-29/+36
* Fix redis-cli with sentinel crash due to SENTINEL DEBUG missing summary (#10250)Binbin2022-02-071-1/+2
* Fix SENTINEL SET config rewrite test (#10232)Binbin2022-02-041-1/+1
* Sentinel: return an error if configuration save fails (#10151)Wen Hui2022-02-031-18/+18
* Fixed Sentinel support for hostnames (#10146)Moti Cohen2022-01-291-11/+43
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-2/+1
* Add sentinel config set test case (#10114)Wen Hui2022-01-191-6/+13
* Fix SENTINEL subcommands's arity (#9909)Binbin2021-12-081-3/+2
* Sentinel master reboot fix (#9438)Wen Hui2021-11-301-3/+44
* Cleanup: fix typo and remove some obsoleting definitions. (#9851)Huang Zhw2021-11-271-27/+0
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-1/+1
* Sentinel tls memory leak (#9753)Wen Hui2021-11-081-1/+4
* Sentinel: don't log auth-pass value for better security (#9652)Wen Hui2021-10-261-1/+4
* Treat subcommands as commands (#9504)guybe72021-10-201-44/+0
* add missed error counting (#9646)DarrenJiang132021-10-181-4/+3
* A better approach for COMMAND INFO for movablekeys commands (#8324)guybe72021-09-151-16/+16
* Add sentinel debug option command (#9291)Wen Hui2021-08-051-42/+263
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-11/+11
* Remove duplicate zero-port sentinels (#9240)Wen Hui2021-07-291-0/+4
* Add bind-source-addr configuration argument. (#9142)Yossi Gottlieb2021-06-241-2/+2
* add tilt mode since in sentinel info (#9000)Wen Hui2021-06-221-0/+2
* Cleaning up the cluster interface by moving almost all related declar… (#9080)Uri Shachar2021-06-151-4/+0
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-3/+3