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

Failed to find a sentinel from the endpoints #40

Open
randika81 opened this issue May 5, 2015 · 3 comments
Open

Failed to find a sentinel from the endpoints #40

randika81 opened this issue May 5, 2015 · 3 comments

Comments

@randika81
Copy link

hi

we use redis to store our sessions through express.But we are getting following error time to time.

"Potentially unhandled rejection [2] Error: Failed to find a sentinel from the endpoints"

When we check the sentinel, it's up and running perfectly.
Please help us to resolve this issue

@the1mills
Copy link

+1 I have the same issue, have no idea why it exists

@the1mills
Copy link

perhaps have some mention in your docs that you have install Redis sentinel before you can use the NPM module

http://redis.io/topics/sentinel

@srinikandula
Copy link

I'm not sure if this helps anybody, but I just resolved this error in my setup. I'm using node v0.12.7 and "hiredis": "0.4.0", "redis-sentinel" : "0.3.3". I have the mentioned error when I try to use 2 sentinel nodes started. The redis documentation recommends you should try with atleast 3 sentinel nodes. So I started 3rd sentinel and it is all good.

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

3 participants