Commit a99d187b authored by Manuel Meurer's avatar Manuel Meurer Committed by antirez
Browse files

Improve disable save comment in redis.conf

Closes #1897
parent 904bd040
...@@ -131,7 +131,7 @@ databases 16 ...@@ -131,7 +131,7 @@ databases 16
# after 300 sec (5 min) if at least 10 keys changed # after 300 sec (5 min) if at least 10 keys changed
# after 60 sec if at least 10000 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 # It is also possible to remove all the previously configured save
# points by adding a save directive with a single empty string argument # points by adding a save directive with a single empty string argument
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment