Skip to content

Commit c37d63e

Browse files
hwwareoranagra
andauthored
DEPRECATED rename-command config in sentinel (redis#10877)
Clients could use this config in sentinel only when they already add rename-command in the redis conf file, but becuase in Redis instance, we already DEPRECATED rename-command config, thus we should deprecate this in the sentinel part as well. Co-authored-by: Oran Agra <[email protected]>
1 parent a4754e2 commit c37d63e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sentinel.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,9 @@ sentinel failover-timeout mymaster 180000
286286

287287
sentinel deny-scripts-reconfig yes
288288

289-
# REDIS COMMANDS RENAMING
289+
# REDIS COMMANDS RENAMING (DEPRECATED)
290+
#
291+
# WARNING: avoid using this option if possible, instead use ACLs.
290292
#
291293
# Sometimes the Redis server has certain commands, that are needed for Sentinel
292294
# to work correctly, renamed to unguessable strings. This is often the case

0 commit comments

Comments
 (0)