Update redis_slave.conf

This commit is contained in:
Mr Chen 2024-05-22 02:54:26 +08:00
parent e8eda79a1a
commit 9f1d8e43e6
1 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,7 @@ slave-priority 100
# 填写主库信息
#slaveof 127.0.0.1 6379
#masterauth master_pwd
#masterauth 123123
################################## SECURITY ###################################
@ -41,9 +41,11 @@ maxmemory-policy allkeys-lru
appendonly no
# appendfsync always
#appendfsync everysec
# appendfsync everysec
# appendfsync no
# appendfilename "appendonly.aof"
no-appendfsync-on-rewrite no