Skip to content

Cannot determine a partition for slot xyz #141

Answered by Grokzen
priyankaexp asked this question in Q&A
Discussion options

You must be logged in to vote

So in general this is probably a issue with the client code, so i should say that you should ask in the lettuce domain what the issue really is.

But from experience i can most certainly say that your issue is one of the most common issues when running this container.

When running redis in cluter mode, each server node inteenrally will keep this cluster slots mapping that tells each redis server how each server reaches all other nodes from their pov. not from the clients pov. So the issues occurs when in this docker container we run all 6 redis servers on the same machine because it usually wants to track each other node to 127.0.0.1 as that is the closest route to it's neighbors. The prob…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Grokzen
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