mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
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>
This commit is contained in:
parent
a4754e228f
commit
c37d63e87a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user