Выключен appendonly

This commit is contained in:
2025-07-20 10:58:02 +08:00
parent 24a5f988a3
commit 66df86f1aa

View File

@@ -1279,11 +1279,11 @@ disable-thp yes
# #
# Please check http://redis.io/topics/persistence for more information. # Please check http://redis.io/topics/persistence for more information.
appendonly yes appendonly no
# The name of the append only file (default: "appendonly.aof") # 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 # 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 # instead of waiting for more data in the output buffer. Some OS will really flush