Skip to content

Commit

Permalink
DEPRECATED rename-command config in sentinel (redis#10877)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hwware and oranagra authored Jun 19, 2022
1 parent a4754e2 commit c37d63e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sentinel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c37d63e

Please sign in to comment.