Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Connection to and operations against Redis cluster take too long and timeout #490

Answered by Grokzen
giuseppe-sirigu asked this question in Q&A
Discussion options

You must be logged in to vote

@giuseppe-sirigu So this is a very common case of a misunderstanding between the internal node to node Redis cluster configuration and the client to cluster configuration.

When you setup a cluster the redis nodes will figure out what internal IP:PORT that each Redis node needs to use in order to connect to any other redis node in order to sync and do any operations it needs to do to maintain and have a working cluster. This however is not the same as what IP:PORT that a client needs to use in order to connect to a cluster. The client can in the case of docker use the externally available ip:port but internally redis needs to have another set of configuration in order to function and this …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by giuseppe-sirigu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants