Redis Sentinel 通信流程

准备工作:

1. 配置 master slave 、修改sentinel 配置,如下:
Redis.conf 
monitor <Master1> <host> <port> <quorum> 
monitor <Master2> <host> <port> <quorum>
2. 启动 master / slave 节点,然后再启动 sentinel 节点

阅读剩余部分...

29
Mar 2018
AUTHOR WiFeng
CATEGORY Redis
COMMENTS 4 Comments