1:redis环境的搭建以及主从的搭建,我博客都有,不再做说明(可能刚进来有点看不懂,请先看我主从复制的搭建,里面有详细的解释)
linux安装:https://blog.csdn.net/qq_38174263/article/details/86156708
Windows安装:https://blog.csdn.net/qq_38174263/article/details/80011894
主从搭建:https://blog.csdn.net/qq_38174263/article/details/86007688
2:复制配置文件到sentinel里面
cp sentinel.conf /etc/redis-sentinel/sentinel-7503
cp sentinel.conf /etc/redis-sentinel/sentinel-7504
cp sentinel.conf /etc/redis-sentinel/sentinel-7505
3:更改配置文件
7501为节点,7502为从节点,7503\7504\7505为三个哨兵
哨兵的配置文件更改说明如下所示:
vim sentinel.conf
daemonize yes
port 7505
#指定工作目录