From d783860457f30d54a8c207b8ea952b14d19ca509 Mon Sep 17 00:00:00 2001 From: Stam He Date: Sat, 2 Mar 2013 17:16:46 +0800 Subject: [PATCH] point 2 of slave-serve-stale-data miss '-' between 'stale' and 'data' --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index db140279..0a71b78d 100644 --- a/redis.conf +++ b/redis.conf @@ -175,7 +175,7 @@ dir ./ # still reply to client requests, possibly with out of date data, or the # data set may just be empty if this is the first synchronization. # -# 2) if slave-serve-stale data is set to 'no' the slave will reply with +# 2) if slave-serve-stale-data is set to 'no' the slave will reply with # an error "SYNC with master in progress" to all the kind of commands # but to INFO and SLAVEOF. # -- GitLab