Grammar fix and clarification

This commit is contained in:
陈浩鹏 2020-06-25 19:00:56 +08:00
parent b2c86acd0a
commit 4c058a8af0
1 changed files with 6 additions and 5 deletions

View File

@ -498,7 +498,8 @@ repl-diskless-load disabled
# #
# It is important to make sure that this value is greater than the value # It is important to make sure that this value is greater than the value
# specified for repl-ping-replica-period otherwise a timeout will be detected # specified for repl-ping-replica-period otherwise a timeout will be detected
# every time there is low traffic between the master and the replica. # every time there is low traffic between the master and the replica. The default
# value is 60 seconds.
# #
# repl-timeout 60 # repl-timeout 60
@ -523,10 +524,10 @@ repl-disable-tcp-nodelay no
# partial resync is enough, just passing the portion of data the replica # partial resync is enough, just passing the portion of data the replica
# missed while disconnected. # missed while disconnected.
# #
# The bigger the replication backlog, the longer the time the replica can be # The bigger the replication backlog, the longer the replica can endure the
# disconnected and later be able to perform a partial resynchronization. # disconnection and later be able to perform a partial resynchronization.
# #
# The backlog is only allocated once there is at least a replica connected. # The backlog is only allocated if there is at least a replica connected.
# #
# repl-backlog-size 1mb # repl-backlog-size 1mb
@ -615,7 +616,7 @@ replica-priority 100
# This is implemented using an invalidation table that remembers, using # This is implemented using an invalidation table that remembers, using
# 16 millions of slots, what clients may have certain subsets of keys. In turn # 16 millions of slots, what clients may have certain subsets of keys. In turn
# this is used in order to send invalidation messages to clients. Please # this is used in order to send invalidation messages to clients. Please
# to understand more about the feature check this page: # check this page to understand more about the feature:
# #
# https://redis.io/topics/client-side-caching # https://redis.io/topics/client-side-caching
# #