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
*
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
*
Fix typo in sentinel.c (#8600)
yanchaozhong
2021-03-05
1
-1
/
+1
*
Improve SSL cleanup handling. (#8589)
Yossi Gottlieb
2021-03-03
1
-0
/
+1
*
generalize error check for SENTINEL MONITOR rumtime config (#8590)
Wen Hui
2021-03-03
1
-11
/
+1
*
Fix duplicate replicas issue. (#8481)
Yossi Gottlieb
2021-02-11
1
-11
/
+18
*
Fix Sentinel configuration rewrite. (#8480)
Yossi Gottlieb
2021-02-10
1
-2
/
+2
*
Add hostname support in Sentinel. (#8282)
Yossi Gottlieb
2021-01-28
1
-62
/
+264
*
Sentinel: Fix Config Dependency and Rewrite Sequence (#8271)
Wen Hui
2021-01-26
1
-21
/
+209
*
Fix anetCloexec for Sentinel TLS conns. (#8377)
Yossi Gottlieb
2021-01-21
1
-2
/
+2
*
Better error message const correctness. (#8348)
Yossi Gottlieb
2021-01-21
1
-2
/
+2
*
Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...
Andy Pan
2021-01-19
1
-1
/
+2
*
[Sentinel] more specific config errors for duplicate known-replica and known-...
Wen Hui
2021-01-17
1
-7
/
+30
*
Replace many calling zrealloc to one zmalloc in sentinelResetMasterAndChangeA...
charsyam
2021-01-13
1
-4
/
+6
*
HELP subcommand, continued (#5531)
Itamar Haber
2021-01-04
1
-19
/
+39
*
HELLO without protover
xhe
2020-12-24
1
-1
/
+1
*
Flow through the error handling path for most errors (#8226)
Madelyn Olson
2020-12-23
1
-1
/
+1
*
Sentinel: add missing calls for sentinelflushconfig when config master at run...
Wen Hui
2020-12-22
1
-9
/
+8
[next]