From 88795f5cba1fae8dab6b04cb68c4c80f06c0297c Mon Sep 17 00:00:00 2001 From: Pengcheng Huang Date: Thu, 10 Feb 2022 15:18:59 +0800 Subject: Fix the misleading description of the option repl-ping-slave-period (#4687) Co-authored-by: yoav-steinberg --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.conf') 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. # -- cgit v1.2.1