]> git.saurik.com Git - redis.git/blobdiff - redis.conf
appendfsync is now set to NO by default
[redis.git] / redis.conf
index 610049ef9557c65a016c5a2ee7e2299898f6b9a3..a7ec36a08c086b23570148805b31c0ebbeb631ab 100644 (file)
@@ -121,6 +121,8 @@ databases 16
 # like (you have to comment the "save" statements above to disable the dumps).
 # Still if append only mode is enabled Redis will load the data from the
 # log file at startup ignoring the dump.rdb file.
+#
+# The name of the append only file is "appendonly.log"
 
 # appendonly yes