summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorPengcheng Huang <futuredaemon@gmail.com>2022-02-10 15:18:59 +0800
committerGitHub <noreply@github.com>2022-02-10 09:18:59 +0200
commit88795f5cba1fae8dab6b04cb68c4c80f06c0297c (patch)
treea627b49d8d884c38783d7feda7facb4483fa9395 /redis.conf
parent64e1e7e207eced22ca348d76fd5653698d931546 (diff)
downloadredis-88795f5cba1fae8dab6b04cb68c4c80f06c0297c.tar.gz
Fix the misleading description of the option repl-ping-slave-period (#4687)
Co-authored-by: yoav-steinberg <yoav@monfort.co.il>
Diffstat (limited to 'redis.conf')
-rw-r--r--redis.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf
index ad37bbe33..55ed8a13e 100644
--- a/redis.conf
+++ b/redis.conf
@@ -641,7 +641,7 @@ repl-diskless-sync-max-replicas 0
# you risk an OOM kill.
repl-diskless-load disabled
-# Replicas send PINGs to server in a predefined interval. It's possible to
+# Master send PINGs to its replicas in a predefined interval. It's possible to
# change this interval with the repl_ping_replica_period option. The default
# value is 10 seconds.
#