Redis Client configuration #715
Unanswered
davidpechcz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have tried to use the Slack, but got some Message limit error, so I'll try it here:
Hi, as we are testing some advanced use-cases with the Redis Operator, we kind of struggle. Please can you elaborate on question from
@Krzysztof Czyż
more - how the redis-client from our application should be setup? We use RedisCluster with 3 leaders and 3 replicas. So we get 6 different kind=Service created: (leader (ClusterIP), leader-additional (ClusterIP), leader-headless, follower (ClusterIP), follower-additional (ClusterIP), follower-headless). Do we understand correctly that we can either use connection to both [leader, leader-additional] or [leader-headless] (this is assuming, that the client is able to handle multiple IPs returned by CoreDNS? But in the first scenario we quite don’t understand if the application will get all 3 leader IPs eventually and will be able to shard data correctly not between just 2 leader nodes but to all 3…
Beta Was this translation helpful? Give feedback.
All reactions