diff --git a/docker/keydb/keydb.conf b/docker/keydb/keydb.conf index 2d03951..d1c5537 100644 --- a/docker/keydb/keydb.conf +++ b/docker/keydb/keydb.conf @@ -1279,11 +1279,11 @@ disable-thp yes # # Please check http://redis.io/topics/persistence for more information. -appendonly yes +appendonly no # The name of the append only file (default: "appendonly.aof") -appendfilename "appendonly.aof" +# appendfilename "appendonly.aof" # The fsync() call tells the Operating System to actually write data on disk # instead of waiting for more data in the output buffer. Some OS will really flush