-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
4.0.0-3 broken single connection with ECONNREFUSED #668
Comments
Hi, could you enable the logs (DEBUG=ioredis:* node yourapp.js) and post the logs here? |
[DEBUG] status[redis.domain.ru:6379]: connecting -> close +9ms
|
This is due
because I supply property Fixed with remove null|undefined options before connect.
|
Fixed. Will be releaseed in the next version. Thanks for pointing this out! |
connect to single node at 127.0.0.1 with auth.
version 4.0.0-2 works as expected.
The text was updated successfully, but these errors were encountered: