Update redis.conf

This commit is contained in:
没人在家请按门铃
2024-08-31 15:48:11 +08:00
committed by GitHub
parent cd7272f96b
commit 9a928f96c7
-4
View File
@@ -18,8 +18,6 @@ save 900 1
save 300 10
save 60 10000
# 如果要禁用 RDB 持久化(不推荐生产环境中使用),可以设置如下:
# save ""
# 是否开启 AOF 持久化,默认为 no
appendonly yes
@@ -30,5 +28,3 @@ appendfilename "appendonly.aof"
# AOF 同步方式
appendfsync everysec
# 如果要禁用 AOF 持久化(不推荐生产环境中使用),可以设置如下:
# appendonly no