redis哨兵模式yml配置参数?-知识问答社区-代码-血鸟社区

redis哨兵模式yml配置参数?

哨兵模式配置

#是否允许远程连接

protected-mode yes

#指定监听端口

port 26380

#master监听地址,mymaster为master名称,可以自定义,字母数字下划线,最后的2代表只有2个哨兵节点同时认为master节点时效时,才算真正的失效

192.168.1.1 6379是master节点ip与端口

sentinel monitor mymaster 192.168.1.1 6379 2

#指定Sentinel判断实例进入主观下线所需的时间长度

sentinel down-after-milliseconds mymaster 10000

#设置连接master和slave时的密码,master和slave的密码应该设置相同

sentinel auth-pass mymaster pw

请登录后发表评论

    没有回复内容