We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbb090 commit ff84f69Copy full SHA for ff84f69
index.js
@@ -241,7 +241,7 @@ RedisClient.prototype.create_stream = function () {
241
if (this.auth_pass !== undefined) {
242
this.ready = true;
243
// Fail silently as we might not be able to connect
244
- this.auth(this.auth_user, this.auth_pass, function (err) {
+ this.auth(this.auth_pass, this.auth_user, function (err) {
245
if (err && err.code !== 'UNCERTAIN_STATE') {
246
self.emit('error', err);
247
}
0 commit comments