predixy
predixy copied to clipboard
Does predixy support cluster commands like reshard and so on?
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?
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?
Yes, Predixy can do this.
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