summaryrefslogtreecommitdiff
path: root/sentinel.conf
diff options
context:
space:
mode:
authorWen Hui <wen.hui.ware@gmail.com>2022-06-19 01:18:47 -0400
committerGitHub <noreply@github.com>2022-06-19 08:18:47 +0300
commitc37d63e87a7eb302419f81f36aec5afc817598d6 (patch)
tree7b3cd0c45bc420c9a9069f6c453657b4355b5cc4 /sentinel.conf
parenta4754e228fda51e4fd136d6e728eb1fc1923e5df (diff)
downloadredis-c37d63e87a7eb302419f81f36aec5afc817598d6.tar.gz
DEPRECATED rename-command config in sentinel (#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 <oran@redislabs.com>
Diffstat (limited to 'sentinel.conf')
-rw-r--r--sentinel.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/sentinel.conf b/sentinel.conf
index 4d211c06b..bba9b92c2 100644
--- a/sentinel.conf
+++ b/sentinel.conf
@@ -286,7 +286,9 @@ sentinel failover-timeout mymaster 180000
sentinel deny-scripts-reconfig yes
-# REDIS COMMANDS RENAMING
+# REDIS COMMANDS RENAMING (DEPRECATED)
+#
+# WARNING: avoid using this option if possible, instead use ACLs.
#
# Sometimes the Redis server has certain commands, that are needed for Sentinel
# to work correctly, renamed to unguessable strings. This is often the case