You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For users, if we want to deploy Redis in HA mode, we need to deploy both Redis Replication and Redis Sentinel. It's hard to maintain.
For developers, it's challenging to maintain the status of the two resources, such as when Redis Replication failover. We need to configure the Sentinels to monitor the actual master.
Describe the solution you'd like
We can add optional values to RedisReplication, such as haMode *bool. When set to true, we need to create a sentinel for RedisReplication.
Describe alternatives you've considered
What version of redis-operator are you using?
redis-operator version:
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
We can add optional values to RedisReplication, such as
haMode *bool
. When set to true, we need to create a sentinel for RedisReplication.Describe alternatives you've considered
What version of redis-operator are you using?
redis-operator version:
Additional context
The text was updated successfully, but these errors were encountered: