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
Hi,
we are using Redis with a single node, its working fine for us.
when we configured the same with cluster primary endpoint, xxxx.xxx.clustercfg.aps1.cache.amazonaws.com we are getting an error like
xxxx.xxx.clustercfg.aps1.cache.amazonaws.com
628 if isinstance(response, ResponseError): --> 629 raise response 630 return response 631 ResponseError: MOVED 1896 10.0.0.27:6379
when I am using 10.0.0.27 everything working fine.
10.0.0.27
but the point here is to use the primary endpoint DNS value, irrespective of the ip, can you suggest us the correct way to use the cluster endpoint
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
We made a workaround
#53
No branches or pull requests
Hi,
we are using Redis with a single node, its working fine for us.
when we configured the same with cluster primary endpoint,
xxxx.xxx.clustercfg.aps1.cache.amazonaws.com
we are getting an error likewhen I am using
10.0.0.27
everything working fine.but the point here is to use the primary endpoint DNS value, irrespective of the ip, can you suggest us the correct way to use the cluster endpoint
The text was updated successfully, but these errors were encountered: