Update redis_slave.conf

pull/577/head
Mr Chen 12 months ago
parent e8eda79a1a
commit 9f1d8e43e6
  1. 4
      plugins/redis/tpl/redis_slave.conf

@ -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 no
# appendfilename "appendonly.aof"
no-appendfsync-on-rewrite no

Loading…
Cancel
Save