-
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
no error if password not provided but is required #258
Comments
|
Thanks for responding so quickly, @luin :) This works, yes. I'll try sending some info request if available, right after connecting to check up on that. But why aren't you emitting a new error upon this? Or an authError? Since you emit it if the password is wrong, you should emit it when there's no password (and the server requires it). You are definitely receiving 'NOAUTH' on connect. It gets to ReplyParser.prototype._parseResult. So you could handle it, maybe. Regards! |
@mkozjak That makes sense. I added it to the 2.x list. Thank you for pointing this out! |
Thanks! |
Closing this issue in favour of #246. |
Nothing comes up if we don't provide a password while the server demands it.
node v 5.6.0, OS X 10.11, ioredis 1.12.2
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: