Replies: 2 comments 1 reply
-
Looks like redis.conf |
Beta Was this translation helpful? Give feedback.
1 reply
-
Final solution: VPN to the cluster's network. Port forwarding wasn't a great thing anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/redis/node-redis/blob/master/docs/clustering.md#node-address-map
I'm port forwarding from local to a GKE development cluster. Since the redis nodes know each other as private IPs like 10.3.128.8, I would need to somehow remap in the client from localhost:port to 10.3.128.8:6379. Is there a known way to do this? node-redis has
nodeAddressMap
to solve this.Beta Was this translation helpful? Give feedback.
All reactions