redis集群的作用:
1.redis集群強化redis的讀寫能力。
2.單個redis存在不穩定性,當redis服務宕機即沒有可用的服務了,因此使用redis集群可在某些節點發生故障或無法通信時,保障服務能夠繼續運行。