-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Redis Cluster connection on minikube times out #1691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
the information you provided is too little. I think it might be a problem with the minikube network settings? |
If minikube settings had problem, it would also not help with a single instance connection but the problem happens only for cluster I can successfully connect using redis-cli problem occurs only with the go program Can you guide me through what extra info you need, Because all i did is launch redis cluster and basically try to run the above code. I am not using load balancer but nodeport to expose the endpoints. if that is something different here so i want to be able to connect to the cluster without using loadbalancer |
can you provide the redis and minikube versions used? And the configuration items of minikube used (if any, such as yaml file) and go、go-redis version I try to copy your environment tomorrow (it's now night in my country) to track the work of go-redis. |
same #1698 |
i met the same problem |
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
Connect to redis cluster(running on minikube) on local machine
Current Behavior
connection times out when using
NewClusterClient
get error https://serverfault.com/questions/812156/redis-cluster-error-moved redis cluster moved when using
NewClient
Steps to Reproduce
the above code times out, I am running this one macos bigsur
The text was updated successfully, but these errors were encountered: