summaryrefslogtreecommitdiff
path: root/src/sentinel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix SENTINEL SET to require arguments (#9037)Wen Hui2021-06-041-1/+1
* fix sentinel test failure (#8983)Wen Hui2021-05-241-2/+2
* [SENTINEL] reset sentinel-user/pass to NULL when user config with empty strin...Wen Hui2021-05-231-2/+4
* Fix different reply on `SENTINEL SIMULATE-FAILURE help` command (#8962)Bonsai2021-05-191-0/+1
* Cleanup: sentinel config, latency extra time() (#8810)Huang Zhw2021-05-091-33/+19
* Resolve nonsense static analysis warningsOran Agra2021-05-031-6/+6
* Fix comments and typos in sentinel.c. (#8801)Huang Zhw2021-04-251-4/+4
* Fixes a comment typo in sentinel.c (#8845)bugwz2021-04-241-1/+1
* Avoid close before logging to preserve errno (#8703)Wen Hui2021-04-151-1/+1
* Remove extra param in role-change event of sentinelEvent. (#8742)Huang Zhw2021-04-131-2/+1
* generalize config file check for sentinel (#8730)Wen Hui2021-04-011-6/+10
* Add replica-announced config option (#8653)Jérôme Loyet2021-03-301-1/+16
* Properly initialize variable to make valgrind happy in checkChildrenDone(). R...Qu Chen2021-03-241-2/+2
* Update sentinel.c (#8686)cl11182021-03-231-2/+2
* add missing flags in sentinel instance info (#8682)Wen Hui2021-03-221-0/+2
* Cleanup: sentinelGetInstanceTypeString is unused. (#8680)Huang Zhw2021-03-221-7/+0
* Sentinel: fix potential NULL ptr issue for sentinel instance connection (#8627)Wen Hui2021-03-161-4/+8
* Sentinel: fix info_refresh time before sentinel get first response (#8567)Wen Hui2021-03-111-3/+6