From f15e33a884e45923a104ac4bfb230199e2a2f443 Mon Sep 17 00:00:00 2001 From: "Herbert G. Fischer" Date: Tue, 18 Oct 2011 19:01:30 -0200 Subject: [PATCH] fixed typo in comments --- redis.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redis.conf b/redis.conf index e59f184d..fdabda06 100644 --- a/redis.conf +++ b/redis.conf @@ -139,12 +139,12 @@ slave-serve-stale-data yes # this interval with the repl_ping_slave_period option. The default value is 10 # seconds. # -# repl_ping_slave_period 10 +# repl-ping-slave-period 10 # The following option sets a timeout for both Bulk transfer I/O timeout and # master data or ping response timeout. The default value is 60 seconds. # -# repl_timeout 60 +# repl-timeout 60 ################################## SECURITY ###################################