Improve disable save comment in redis.conf

Closes #1897
This commit is contained in:
Manuel Meurer 2014-07-25 22:45:27 +02:00 committed by Matt Stancliff
parent 2e08579e40
commit 7dba0d146b

View File

@ -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