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

how to configure Redis leaderborads with redis cluster endpoint #52

Open
anush0247 opened this issue Mar 14, 2018 · 2 comments
Open

how to configure Redis leaderborads with redis cluster endpoint #52

anush0247 opened this issue Mar 14, 2018 · 2 comments

Comments

@anush0247
Copy link

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

    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.

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

@anush0247
Copy link
Author

We made a workaround

#53

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

1 participant