在创建redis集群中,遇到一个概念上的问题。
在redis3.0以后,可以使用redis cluster创建集群。
同样我也知道可以用sentinel创建集群。
这样功能不是重复了吗?他们之间有什么区别吗?
光阴似箭催人老,日月如移越少年。
Sentinel solves the HA problem, and cluster solves the sharding problem. They are not duplicated and are often used together
Sentinel solves the HA problem, and cluster solves the sharding problem. They are not duplicated and are often used together