0

Now that Redis Cluster comes with sharding, replication and automatic failover, do i still need to use Sentinel for failover handling ?

Aryan Singh
  • 87
  • 2
  • 12

1 Answers1

3

No. Sentinel is for managing the availability and providing service discovery when using Redis in single instance mode (single-master/one-or-more-slaves). When using Redis in cluster mode, Sentinel isn't needed.

Itamar Haber
  • 47,336
  • 7
  • 91
  • 117