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.