Update redis.conf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user