summaryrefslogtreecommitdiff
path: root/redis.conf
diff options
context:
space:
mode:
authorManuel Meurer <manuel@krautcomputing.com>2014-07-25 22:45:27 +0200
committerMatt Stancliff <matt@genges.com>2014-09-29 06:49:05 -0400
commitdf484c7a2c5bfb085eac90d47ea14bab1e7d6bf8 (patch)
tree315ddb06f20cf29633789aedd232bc67d8ca4b7a /redis.conf
parentde10b8d9cc2ea8d0f96552f88227cf5bfe090b6b (diff)
downloadredis-df484c7a2c5bfb085eac90d47ea14bab1e7d6bf8.tar.gz
Improve disable save comment in redis.conf
Closes #1897
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 e03b3aa9a..026028130 100644
--- a/redis.conf
+++ b/redis.conf
@@ -131,7 +131,7 @@ databases 16
# after 300 sec (5 min) if at least 10 keys changed
# after 60 sec if at least 10000 keys changed
#
-# Note: you can disable saving at all commenting all the "save" lines.
+# Note: you can disable saving completely by commenting out all "save" lines.
#
# It is also possible to remove all the previously configured save
# points by adding a save directive with a single empty string argument