查看redis節點和集群的方法:
1.打開終端輸入以下命令查看集群。
./redis-cli -h 192.168.203.141 -p 8001 -c //查看192.168.203.141的集群
2.再輸入以下命令查看各個節點。
cluster nodes