Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 852 Bytes

File metadata and controls

23 lines (17 loc) · 852 Bytes

redis

Q&A

redis哨兵模式 60G以上主从同步优化方案

# 设置环形缓冲区
config set client-output-buffer-limit "slave 2147483648 1073741824 60"
# 提高传输速率
config set repl-backlog-size 80mb