摘要: 一、安装redis 1主2从集群 https://www.cnblogs.com/velloLei/p/18422729 二、复制sentinel.conf文件到指定目录 cd /usr/local/redis/data/ cp sentinel.conf ./config/sentinel-263 阅读全文
posted @ 2024-09-20 16:59 vello 阅读(148) 评论(0) 推荐(0)
摘要: 一、安装redis https://www.cnblogs.com/velloLei/p/18410629 二、主节点配置文件 bind 0.0.0.0 port 6879 daemonize yes pidfile /usr/local/redis/sentinel/data/redis-6879 阅读全文
posted @ 2024-09-20 16:25 vello 阅读(277) 评论(0) 推荐(0)