summaryrefslogtreecommitdiff
path: root/src/sentinel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in sentinel.c (#8600)yanchaozhong2021-03-051-1/+1
* Improve SSL cleanup handling. (#8589)Yossi Gottlieb2021-03-031-0/+1
* generalize error check for SENTINEL MONITOR rumtime config (#8590)Wen Hui2021-03-031-11/+1
* Fix duplicate replicas issue. (#8481)Yossi Gottlieb2021-02-111-11/+18
* Fix Sentinel configuration rewrite. (#8480)Yossi Gottlieb2021-02-101-2/+2
* Add hostname support in Sentinel. (#8282)Yossi Gottlieb2021-01-281-62/+264
* Sentinel: Fix Config Dependency and Rewrite Sequence (#8271)Wen Hui2021-01-261-21/+209
* Fix anetCloexec for Sentinel TLS conns. (#8377)Yossi Gottlieb2021-01-211-2/+2
* Better error message const correctness. (#8348)Yossi Gottlieb2021-01-211-2/+2
* Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...Andy Pan2021-01-191-1/+2
* [Sentinel] more specific config errors for duplicate known-replica and known-...Wen Hui2021-01-171-7/+30
* Replace many calling zrealloc to one zmalloc in sentinelResetMasterAndChangeA...charsyam2021-01-131-4/+6
* HELP subcommand, continued (#5531)Itamar Haber2021-01-041-19/+39
* HELLO without protoverxhe2020-12-241-1/+1
* Flow through the error handling path for most errors (#8226)Madelyn Olson2020-12-231-1/+1
* Sentinel: add missing calls for sentinelflushconfig when config master at run...Wen Hui2020-12-221-9/+8
* TLS: Add different client cert support. (#8076)Yossi Gottlieb2020-12-111-1/+2
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-061-3/+6
* Add local address to CLIENT LIST, and a CLIENT KILL filter. (#7913)yoav-steinberg2020-10-281-3/+3
* Adds command introspection to Sentinel (#7940)Itamar Haber2020-10-261-1/+2
* Support ACL for Sentinel Mode (#7888)Wen Hui2020-10-191-16/+55
* support sentinel myid subcommand (#7858)Wen Hui2020-10-051-0/+4
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-13/+13
* Tests: validate CONFIG REWRITE for all params. (#7764)Yossi Gottlieb2020-09-091-1/+1
* add sentinel command help (#7579)Wen Hui2020-08-081-3/+25