diff options
author | WuYunlong <xzsyeb@126.com> | 2017-12-05 14:41:16 +0800 |
---|---|---|
committer | WuYunlong <xzsyeb@126.com> | 2017-12-05 14:41:16 +0800 |
commit | 3f232ebfb8712707f1a02dcc1eb532d05d0b8b71 (patch) | |
tree | c681db9bb528af154116f1045602ae73e2314b5d /redis.conf | |
parent | e6c3bcf9e072c8c40814577f2421b5d5184b2243 (diff) | |
download | redis-3f232ebfb8712707f1a02dcc1eb532d05d0b8b71.tar.gz |
fix some notes
Diffstat (limited to 'redis.conf')
-rw-r--r-- | redis.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/redis.conf b/redis.conf index 54ba1298e..7eb692a8d 100644 --- a/redis.conf +++ b/redis.conf @@ -296,7 +296,9 @@ dir ./ # # 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. +# but to INFO, SLAVEOF, AUTH, PING, SHUTDOWN, REPLCONF, ROLE, CONFIG, +# SUBSCRIBE, UNSUBSCRIBE, PSUBSCRIBE, PUNSUBSCRIBE, PUBLISH, PUBSUB, +# COMMAND, POST, HOST: and LATENCY. # slave-serve-stale-data yes |