Update redis.conf
This commit is contained in:
@@ -28,7 +28,7 @@ appendonly yes
|
|||||||
appendfilename "appendonly.aof"
|
appendfilename "appendonly.aof"
|
||||||
|
|
||||||
# AOF 同步方式
|
# AOF 同步方式
|
||||||
appendfsync 5
|
appendfsync everysec
|
||||||
|
|
||||||
# 如果要禁用 AOF 持久化(不推荐生产环境中使用),可以设置如下:
|
# 如果要禁用 AOF 持久化(不推荐生产环境中使用),可以设置如下:
|
||||||
# appendonly no
|
# appendonly no
|
||||||
|
|||||||
Reference in New Issue
Block a user