joyieldInc / predixy

A high performance and fully featured proxy for redis, support redis sentinel and redis cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does predixy support cluster commands like reshard and so on?

DevKhaverko opened this issue · 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?

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