summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorStam He <stamhe@163.com>2013-03-02 17:16:46 +0800
committerantirez <antirez@gmail.com>2013-03-04 10:49:07 +0100
commitd783860457f30d54a8c207b8ea952b14d19ca509 (patch)
tree153d00f5a0edfa208b11217505d2a54fa465c80a /redis.conf
parentcaf9b24a7d5f59be45fde702e074589af0eeec85 (diff)
downloadredis-d783860457f30d54a8c207b8ea952b14d19ca509.tar.gz
point 2 of slave-serve-stale-data miss '-' between 'stale' and 'data'
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 db1402795..0a71b78d6 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.
#