index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sentinel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update comments on command args, and a misleading error reply (#10645)
Wen Hui
2022-05-13
1
-1
/
+1
*
Add RM_PublishMessageShard (#10543)
guybe7
2022-04-17
1
-1
/
+1
*
Module Configurations (#10285)
Nick Chun
2022-03-30
1
-1
/
+0
*
Sentinel: update command json files (#10374)
Wen Hui
2022-03-15
1
-1
/
+1
*
Sentinel: fix no reconnect after auth-pass is changed (#10400)
Moti Cohen
2022-03-13
1
-0
/
+23
*
Fixed typo in variable name (#10347)
Madelyn Olson
2022-02-26
1
-6
/
+6
*
Sentinel: fix a free-after-use issue re-registering Sentinels. (#10333)
Moti Cohen
2022-02-23
1
-6
/
+15
*
Fix INFO SENTINEL memory leak (#10268)
Binbin
2022-02-09
1
-2
/
+1
*
Fix SENTINEL DEBUG with wrong arguments (#10258)
gms
2022-02-08
1
-21
/
+18
*
Make INFO command variadic (#6891)
Wen Hui
2022-02-08
1
-29
/
+36
*
Fix redis-cli with sentinel crash due to SENTINEL DEBUG missing summary (#10250)
Binbin
2022-02-07
1
-1
/
+2
*
Fix SENTINEL SET config rewrite test (#10232)
Binbin
2022-02-04
1
-1
/
+1
*
Sentinel: return an error if configuration save fails (#10151)
Wen Hui
2022-02-03
1
-18
/
+18
*
Fixed Sentinel support for hostnames (#10146)
Moti Cohen
2022-01-29
1
-11
/
+43
*
sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...
Binbin
2022-01-23
1
-2
/
+1
*
Add sentinel config set test case (#10114)
Wen Hui
2022-01-19
1
-6
/
+13
*
Fix SENTINEL subcommands's arity (#9909)
Binbin
2021-12-08
1
-3
/
+2
*
Sentinel master reboot fix (#9438)
Wen Hui
2021-11-30
1
-3
/
+44
*
Cleanup: fix typo and remove some obsoleting definitions. (#9851)
Huang Zhw
2021-11-27
1
-27
/
+0
*
Add sanitizer support and clean up sanitizer findings (#9601)
Ozan Tezcan
2021-11-11
1
-1
/
+1
*
Sentinel tls memory leak (#9753)
Wen Hui
2021-11-08
1
-1
/
+4
*
Sentinel: don't log auth-pass value for better security (#9652)
Wen Hui
2021-10-26
1
-1
/
+4
*
Treat subcommands as commands (#9504)
guybe7
2021-10-20
1
-44
/
+0
*
add missed error counting (#9646)
DarrenJiang13
2021-10-18
1
-4
/
+3
*
A better approach for COMMAND INFO for movablekeys commands (#8324)
guybe7
2021-09-15
1
-16
/
+16
*
Add sentinel debug option command (#9291)
Wen Hui
2021-08-05
1
-42
/
+263
*
dict struct memory optimizations (#9228)
yoav-steinberg
2021-08-05
1
-11
/
+11
*
Remove duplicate zero-port sentinels (#9240)
Wen Hui
2021-07-29
1
-0
/
+4
*
Add bind-source-addr configuration argument. (#9142)
Yossi Gottlieb
2021-06-24
1
-2
/
+2
*
add tilt mode since in sentinel info (#9000)
Wen Hui
2021-06-22
1
-0
/
+2
*
Cleaning up the cluster interface by moving almost all related declar… (#9080)
Uri Shachar
2021-06-15
1
-4
/
+0
*
Fixed some typos, add a spell check ci and others minor fix (#8890)
Binbin
2021-06-10
1
-3
/
+3
*
Fix SENTINEL SET to require arguments (#9037)
Wen Hui
2021-06-04
1
-1
/
+1
*
fix sentinel test failure (#8983)
Wen Hui
2021-05-24
1
-2
/
+2
*
[SENTINEL] reset sentinel-user/pass to NULL when user config with empty strin...
Wen Hui
2021-05-23
1
-2
/
+4
*
Fix different reply on `SENTINEL SIMULATE-FAILURE help` command (#8962)
Bonsai
2021-05-19
1
-0
/
+1
*
Cleanup: sentinel config, latency extra time() (#8810)
Huang Zhw
2021-05-09
1
-33
/
+19
*
Resolve nonsense static analysis warnings
Oran Agra
2021-05-03
1
-6
/
+6
*
Fix comments and typos in sentinel.c. (#8801)
Huang Zhw
2021-04-25
1
-4
/
+4
*
Fixes a comment typo in sentinel.c (#8845)
bugwz
2021-04-24
1
-1
/
+1
*
Avoid close before logging to preserve errno (#8703)
Wen Hui
2021-04-15
1
-1
/
+1
*
Remove extra param in role-change event of sentinelEvent. (#8742)
Huang Zhw
2021-04-13
1
-2
/
+1
*
generalize config file check for sentinel (#8730)
Wen Hui
2021-04-01
1
-6
/
+10
*
Add replica-announced config option (#8653)
Jérôme Loyet
2021-03-30
1
-1
/
+16
*
Properly initialize variable to make valgrind happy in checkChildrenDone(). R...
Qu Chen
2021-03-24
1
-2
/
+2
*
Update sentinel.c (#8686)
cl1118
2021-03-23
1
-2
/
+2
*
add missing flags in sentinel instance info (#8682)
Wen Hui
2021-03-22
1
-0
/
+2
*
Cleanup: sentinelGetInstanceTypeString is unused. (#8680)
Huang Zhw
2021-03-22
1
-7
/
+0
*
Sentinel: fix potential NULL ptr issue for sentinel instance connection (#8627)
Wen Hui
2021-03-16
1
-4
/
+8
*
Sentinel: fix info_refresh time before sentinel get first response (#8567)
Wen Hui
2021-03-11
1
-3
/
+6
[next]