5 ms·
Does the cluster feature deprecate redis-sentinel?
by flowerpot 11y ago
Does the cluster feature deprecate redis-sentinel?
- antirez 11y agoNo... Sentinel will still be developed alongside with Redis Cluster. For single instance deployments where all you want is HA, Sentinel may be a more obvious way to get it compared to running Redis in cluster mode. In the long term, with plenty of early warnings, we may support the current Sentinel use case with Cluster and merge the two stuff.
- flowerpot 11y agoNeat! Really looking forward to that!
- mrmondo 11y agoCame here to ask this too, Sentinels are pretty awful IMO