garnet icon indicating copy to clipboard operation
garnet copied to clipboard

Basic sentinel high availability with automatic failover is required

Open wessisaac opened this issue 1 year ago • 1 comments

Feature request type

enhancement

Is your feature request related to a problem? Please describe

Apart from clustering and data sharding replication, basic Sentinel replication with failover is needed immediately. Sentinel is easy to configure and maintain, and it also supports multiple databases.

Describe the solution you'd like

Apart from clustering and data sharding replication, basic Sentinel replication with failover is needed immediately. Sentinel is easy to configure and maintain, and it also supports multiple databases. Like redis please provide sentinel feature.

Describe alternatives you've considered

Additional context

No response

wessisaac avatar Jan 18 '25 19:01 wessisaac

Currently, we don't have plans to support sentinel. I am not familiar with all commands that are required to support sentinel, but I get the feeling they are not a lot, and we might already have some of them implemented or at least common features that we use already in cluster (i.e. migration, replication etc.). So there two options here:

  1. Use cluster mode.
  2. Rely on the community to help us build support for sentinel.

vazois avatar Jan 21 '25 18:01 vazois