Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does predixy support cluster commands like reshard and so on? #170

Open
DevKhaverko opened this issue Jun 5, 2023 · 3 comments
Open

Does predixy support cluster commands like reshard and so on? #170

DevKhaverko opened this issue Jun 5, 2023 · 3 comments

Comments

@DevKhaverko
Copy link

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?

@fortrue
Copy link
Member

fortrue commented Jun 5, 2023

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.

@DevKhaverko
Copy link
Author

DevKhaverko commented Jun 5, 2023

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?

@fortrue
Copy link
Member

fortrue commented Jun 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants