摘要: 环境:linux、redis集群3主3从 方法一、修改配置文件 1、停止所有redis服务 ps -ef|grep reids|awk '{print $2}'|xargs kill -9 2、在配置文件添加密码认证(所有节点配置文件都要修改) cat <<EOF >> /你的配置文件路径/redi 阅读全文
posted @ 2021-03-05 11:44 苍茫宇宙 阅读(1070) 评论(0) 推荐(1)