Skip to content
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

Cluster mode NAT mapping support #1133

Open
joachimbulow opened this issue Apr 4, 2024 · 1 comment
Open

Cluster mode NAT mapping support #1133

joachimbulow opened this issue Apr 4, 2024 · 1 comment

Comments

@joachimbulow
Copy link
Contributor

When connecting to a Redis Cluster running in a private network, you have to jump through a myriad of hoops to translate broadcasted/discovered node addresses to be accessible on the host / client.

ioredis makes this really easy, by allowing you to pass in a natMap object.

Could we have something similar?

@nihohit
Copy link
Contributor

nihohit commented Apr 4, 2024

This sounds like a very good feature, but I assume that it won't be easy to test - I'm not sure how to simulate this locally.
If you can, you're welcome to contribute it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants