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
(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 9)
(node:1) UnhandledPromiseRejectionWarning: Error: getaddrinfo ENOTFOUND ducky
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:71:26)
Seems that it tries to resolve ducky which is a name of a user in redis. When using legacy auth (<password>@redis:6379/10) it will try to resolve the password.
When using ACL (
username:password
) auth or legacy auth (justpassword
, username is implied asdefault
) there are errors in the log:stdout:
stderr:
Seems that it tries to resolve
ducky
which is a name of a user in redis. When using legacy auth (<password>@redis:6379/10
) it will try to resolve the password.The text was updated successfully, but these errors were encountered: