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
The version of ioredis used, doesn't work with Redis ACLs, as it doesn't pass a user to AUTH.
I tested the same version 4.14.1 you use, and get the following error, but with e.g. 5.0.5 and the same URL it works completely.
> [ioredis] Unhandled error event: ReplyError: WRONGPASS invalid username-password pair or user is disabled.
at parseError (/root/node_modules/redis-parser/lib/parser.js:179:12)
at parseType (/root/node_modules/redis-parser/lib/parser.js:302:14)
The text was updated successfully, but these errors were encountered:
The version of ioredis used, doesn't work with Redis ACLs, as it doesn't pass a user to AUTH.
I tested the same version 4.14.1 you use, and get the following error, but with e.g. 5.0.5 and the same URL it works completely.
The text was updated successfully, but these errors were encountered: