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
I have problem when I try to use redis-cli --cluster commands outside k8s-cluster because redis-cli uses internal addresses of k8s network, I have no access to them. Can predixy handle such commands?
The text was updated successfully, but these errors were encountered:
I have problem when I try to use redis-cli --cluster commands outside k8s-cluster because redis-cli uses internal addresses of k8s network, I have no access to them. Can predixy handle such commands?
so, if i execute redis-cli --cluster rebalance -h ip-of-predixy, command will be executed successfully without timeouts to k8s internal ips?
And if so, do you have k8s deployment for predixy or not?
so, if i execute redis-cli --cluster rebalance -h ip-of-predixy, command will be executed successfully without timeouts to k8s internal ips? And if so, do you have k8s deployment for predixy or not?
Nope, the rebalance is not a redis cluster command
I have problem when I try to use
redis-cli --cluster
commands outside k8s-cluster because redis-cli uses internal addresses of k8s network, I have no access to them. Can predixy handle such commands?The text was updated successfully, but these errors were encountered: