Skip to content

Conversation

@mfeerick
Copy link

Description

If the redis server is configured with requirepass the library will not connect and throw the following error: ReplyError: NOAUTH Authentication required.

The fix is to supply the redis server password in the password property of the redis options which are passed in the constructor.

See line 71 https://github.com/luin/ioredis/blob/v4.28.5/lib/redis/RedisOptions.ts

References

  • Jira:
  • Github issue:

Risks

  • Low
  • Rollback:

mfeerick added 2 commits May 30, 2023 12:08
connectRedis throws an exception.

ReplyError: NOAUTH Authentication required.

The redis password should be supplied in a password property.

See 
Line 71 of https://github.com/luin/ioredis/blob/v4.28.5/lib/redis/RedisOptions.ts
Update connection.js Fix ReplyError: NOAUTH Authentication required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant