You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: