Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4 version ReplyError: NOAUTH Authentication required. #1721

Closed
youjz1 opened this issue Nov 15, 2021 · 1 comment
Closed

v4 version ReplyError: NOAUTH Authentication required. #1721

youjz1 opened this issue Nov 15, 2021 · 1 comment
Labels

Comments

@youjz1
Copy link

youjz1 commented Nov 15, 2021

Environment:

  • Node.js Version: v12.22.1
  • Redis Server Version: v5.0.5
  • Node Redis Version: ^4.0.0-rc.0
  • Platform: Ubuntu

this is my example:
import { createClient,createCluster } from 'redis';
let client = createClient({
socket: {
host: xxx,
port: 6379
},
database: 9,
password: "pwd"
})
await client.connect();

I think my password is correct and I need it,but redis throw err ReplyError: NOAUTH Authentication required.
I try to use the url,The same.

@leibale
Copy link
Collaborator

leibale commented Nov 15, 2021

Duplicate of #1681

@leibale leibale marked this as a duplicate of #1681 Nov 15, 2021
@leibale leibale closed this as completed Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants