redis集群维护脚本
redis集群维护: 一、启动100\101上的6个节点 主机 192.168.199.101 cd /home/redis-cluster/nodes-7001/ , 执行: nohup /home/redis-4.0.14/src/redis-server ./redis.conf & cd /home/redis-cluster/nodes-7002/ , 执行:nohup /home/redis-4.0.14/src/redis-server ./redis.conf & cd /home/redis-cluster/nodes-7003/ , 执行:nohup /home/redis-4.0.14/src/redis-server ./redis.conf & 主机 192.168.199.100 cd /home/redis-cluster/nodes-7001/ ,执行: nohup /home/redis-4.0.14/src/redis-server ./redis.conf & cd /home/redis-cluster/nodes-7002/ ,执行:nohup /home/redis-4.0.14/src/redis-server ./redis.conf & cd /home/redis-cluster/nodes-7003/ ,执行:nohup