Update redis.conf

Co-authored-by: Oran Agra <oran@redislabs.com>
This commit is contained in:
zhaozhao.zz 2023-06-19 19:21:41 +08:00 committed by GitHub
parent 61d3d4b1e5
commit a21b1291a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -827,10 +827,10 @@ replica-priority 100
# to its master or not, excluding commands such as:
# INFO, AUTH, ROLE, SUBSCRIBE, UNSUBSCRIBE, PUBLISH.
#
# When enable it, a replica instance will reply "-MOVE -1 master-ip:port"
# for data access commands. Normally they are write or read commands, if
# When enabled, a replica instance will reply "-MOVED -1 master-ip:port"
# for data access commands. Normally these are write or read commands, if
# you want to run read commands while replica-enable-redirect is enabled,
# please apply READONLY command at first.
# use the READONLY command first.
#
# This config only takes effect in standalone mode.
replica-enable-redirect no