fixed when auth is needed but not provided

pull/3234/head
Kenneth Foster 2 years ago
parent f68452c47a
commit 6132a45c7c

@ -430,7 +430,7 @@ exports.redisPingAsync = function (dsn) {
} else { } else {
resolve(res); resolve(res);
} }
}); }).catch(error => reject(error));
} }
}); });
}); });

Loading…
Cancel
Save