redis5.0.8_v2哨兵部署.md

  • redis环境配置

    • 172.168.27.44
    • 172.168.27.45
    • 172.168.27.46
    • Redis Server 端口统一为: 27001
    • Redis Sentinel 端口统一为: 28001
  • 不要使用redis-example.conf和sentinel-example.conf文件,请复制一份新的文件。

  • 提示:当需要开启密码时访问时解除requirepass和masterauth注释解除

  • vim redis.conf master节点