Update redis.conf

This commit is contained in:
没人在家请按门铃
2024-03-24 23:42:22 +08:00
committed by GitHub
parent e6aa38eaf2
commit d776966cf7
+1 -1
View File
@@ -28,7 +28,7 @@ appendonly yes
appendfilename "appendonly.aof" appendfilename "appendonly.aof"
# AOF 同步方式 # AOF 同步方式
appendfsync 5 appendfsync everysec
# 如果要禁用 AOF 持久化(不推荐生产环境中使用),可以设置如下: # 如果要禁用 AOF 持久化(不推荐生产环境中使用),可以设置如下:
# appendonly no # appendonly no