Update redis_slave.conf
This commit is contained in:
parent
e8eda79a1a
commit
9f1d8e43e6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue