predixy icon indicating copy to clipboard operation
predixy copied to clipboard

Does predixy support cluster commands like reshard and so on?

Open DevKhaverko opened this issue 1 year ago • 3 comments

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?

DevKhaverko avatar Jun 05 '23 03:06 DevKhaverko

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.

fortrue avatar Jun 05 '23 04:06 fortrue

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?

DevKhaverko avatar Jun 05 '23 04:06 DevKhaverko

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

fortrue avatar Jun 05 '23 05:06 fortrue