redis Posted on 2019-11-22 redis 主从复制12345678# 如果主服务设置了密码config set masterauth <pwd># 设置主服务器SLAVEOF 192.168.1.100 6379# 取消同步SLAVEOF NO ONE