Replies: 1 comment 9 replies
-
Hi @tituscarl, The link you provided is "Connecting from a local machine with port forwarding". I believe the method only supports standalone redis. redis cluster requires the client to connect to each redis node directly and simple port forwarding is not enough. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, does anyone knows or have an idea how to solve this problem? We have a memorystore for redis cluster in GCP, and I want to connect to it locally, I tried this guide and it works using redis-cli but when using a redis-client in go for example rueidis it says connection refuse with an address. I assume that the address on the error message is one of the nodes of the clsuter, but is there any reason that it does not connect while using redis-cli does? I tried PING command on cli and on code but only cli works.
Beta Was this translation helpful? Give feedback.
All reactions