We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we use couple of redis clusters in one k8s? What will happen when I do this with namespace separator? I did it and for now it's working.
Could you give me some recommendation?
The text was updated successfully, but these errors were encountered:
Hi!
It's perfectly possible to have multiple redis-failovers running at the same time.
They work like, for example, pods. As long as they don't collision on namespace+name, you can have as many as you want.
Sorry, something went wrong.
No branches or pull requests
Can we use couple of redis clusters in one k8s? What will happen when I do this with namespace separator? I did it and for now it's working.
Could you give me some recommendation?
The text was updated successfully, but these errors were encountered: