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

Add support for Host port remapping with Clustering #2564

Closed
GerhardPowell opened this issue Jan 26, 2023 · 2 comments
Closed

Add support for Host port remapping with Clustering #2564

GerhardPowell opened this issue Jan 26, 2023 · 2 comments
Labels
feature New feature

Comments

@GerhardPowell
Copy link

We have a redis cluster loaded on Azure and we want to connect to it using port forwarding.
All the pods are according to redis-py on localhost with different ports.
But according to redis the pods are on different IPs.
So, there is a mismatch which prevents us from using redis-py with port forwarding.

It is supported on redis-py-cluster:
https://redis-py-cluster.readthedocs.io/en/stable/client.html#host-port-remapping
but not redis-py (4.4.2).

Redis-py-cluster is not updated anymore because it has been integrated into redis-py.
I would really appreciate it if you could add this missing feature to redis-py.

Thank you!

@dvora-h dvora-h added the feature New feature label Mar 16, 2023
@daveisfera
Copy link
Contributor

address_remap was added in 4.5.5

@dvora-h
Copy link
Collaborator

dvora-h commented Jul 16, 2023

Done in #2726

@dvora-h dvora-h closed this as completed Jul 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

3 participants