Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Redis Cluster Support #2685

Answered by nholmes3
evantahler asked this question in Ideas
Dec 15, 2021 · 5 comments · 1 reply
Discussion options

You must be logged in to vote

Hey, just to chime in for our particular use case in AWS:
According to the AWS Documentation for Redis (Cluster Mode Enabled) endpoints,

A Redis (cluster mode enabled) cluster has a single configuration endpoint. By connecting to the configuration endpoint, your application is able to discover the primary and read endpoints for each shard in the cluster.

It seems like Option 2 would be all that is necessary for this type of connection, and AWS provides a solution for "there’s only one cluster IP in the mix" under the hood of their configuration endpoint. The ?cluster=true option would flag for the use of the Cluster Client instead of the normal one...

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@evantahler
Comment options

Answer selected by evantahler
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants