From c37d63e87a7eb302419f81f36aec5afc817598d6 Mon Sep 17 00:00:00 2001 From: Wen Hui Date: Sun, 19 Jun 2022 01:18:47 -0400 Subject: 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 --- sentinel.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sentinel.conf') 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 -- cgit v1.2.1