From df484c7a2c5bfb085eac90d47ea14bab1e7d6bf8 Mon Sep 17 00:00:00 2001 From: Manuel Meurer Date: Fri, 25 Jul 2014 22:45:27 +0200 Subject: [PATCH] Improve disable save comment in redis.conf Closes #1897 --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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