]> git.saurik.com Git - redis.git/blobdiff - redis.conf
It is now posible to flush all the previous saving points in redis.conf by using...
[redis.git] / redis.conf
index 29e326d121ffbf5275224c362099634221dd0a9c..1d2b5a5e29979c52c9db831536e48a92ad145d46 100644 (file)
@@ -82,6 +82,12 @@ databases 16
 #   after 60 sec if at least 10000 keys changed
 #
 #   Note: you can disable saving at all commenting all the "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
+#   like in the following example:
+#
+#   save ""
 
 save 900 1
 save 300 10