Replies: 5 comments 6 replies
-
@thulyatech I'm sorry to say that, at the moment, we do not directly support multi-node clusters. If you'd like to set one up, you'll have to program your clients to know which node to connect to for which keys. |
Beta Was this translation helpful? Give feedback.
-
How Dragonfly is taking care of availability ? |
Beta Was this translation helpful? Give feedback.
-
Hi, so a couple of notes regarding high availability:
Hope that helps :) |
Beta Was this translation helpful? Give feedback.
-
Can Redis Sentinel be used to manage dragonflydb? That is to say, he supports master-slave replication, but does not support fail over and requires the use of proxies to ensure high availability. Is my understanding correct? |
Beta Was this translation helpful? Give feedback.
-
On this topic - is it supported and/or recommended when running dragonfly operator with for example "replicas: 3", to use the passive "slaves" as read only replicas? I am not sure if it makes sense, maybe the master will never become a bottleneck in read performance. But just curious if it's recommended or not and if so if there is any service/hostname exposed by the operator that prioritizes connection to slaves in similar fashion as it created a svc for the current master. Just feels like a little bit of potentially wasted resources if they just sit and wait for master to go down if we can use them for reading. |
Beta Was this translation helpful? Give feedback.
-
Does Dragonfly support configuring multi-node horizontally scalable cluster (similar to Redis Cluster) for data intensive in-memory cache? Any references on how to configure it with any external tools?
Beta Was this translation helpful? Give feedback.
All reactions