You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: