From 4c058a8af015208c3c92a4a9ab6a0fe1edff9cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=A9=E9=B9=8F?= Date: Thu, 25 Jun 2020 19:00:56 +0800 Subject: [PATCH] Grammar fix and clarification --- redis.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/redis.conf b/redis.conf index a51ef007d..05cba2760 100644 --- a/redis.conf +++ b/redis.conf @@ -498,7 +498,8 @@ repl-diskless-load disabled # # 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 -# 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 @@ -523,10 +524,10 @@ repl-disable-tcp-nodelay no # partial resync is enough, just passing the portion of data the replica # missed while disconnected. # -# The bigger the replication backlog, the longer the time the replica can be -# disconnected and later be able to perform a partial resynchronization. +# The bigger the replication backlog, the longer the replica can endure the +# 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 @@ -615,7 +616,7 @@ replica-priority 100 # This is implemented using an invalidation table that remembers, using # 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 -# 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 #