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
I am trying to connect a redis cluster to a Garfana redis plugin and getting the getInstance error: no pool available.
But i can connect the individual nodes in standalone mode
The text was updated successfully, but these errors were encountered:
@Purvesh05 In cluster mode, client will try to connect using internal cluster IP addresses compares to the standalone mode.
This can be an issue.
Sorry, something went wrong.
hi @mikhail-vl how do I get the internal cluster IP addresses. I am new to redis
No branches or pull requests
I am trying to connect a redis cluster to a Garfana redis plugin and getting the getInstance error: no pool available.
But i can connect the individual nodes in standalone mode
The text was updated successfully, but these errors were encountered: