This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
@1skonty1 Your authorization is just a password? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm working on a nodejs server. How do I add authorization to this REJSON module in my app. All attempts have failed using this approach.
const client = new ReJSON({
host: 'localhost',
port: REDIS_PORT_OUT,
auth_pass: REDIS_PWD
});
The error showing is:
[ioredis] Unhandled error event: ReplyError: NOAUTH Authentication required.
Beta Was this translation helpful? Give feedback.
All reactions