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

[NV-1804] Fix: Allow Distributed Cache to use Redis Password #2942

Merged
merged 4 commits into from
Mar 6, 2023

Conversation

JoeyEamigh
Copy link
Contributor

What change does this PR introduce?

Supports Redis passwords in the distributed cache system.

Why was this change needed?

Fixes #2941.

Other information (Screenshots)

I just used the same connection object y'all were using for Bull. Figured it was probably closest to what y'all wanted.

@JoeyEamigh
Copy link
Contributor Author

JoeyEamigh commented Mar 4, 2023

I am still getting errors in my container built off of this branch about ioredis authentication. I am going to continue investigating, since the errors now start a few minutes after the container has been running, and I haven't gotten a local reproduction yet. I may be adding to this PR assuming there is no user error going on here.

@JoeyEamigh
Copy link
Contributor Author

No longer getting the error after changing the tag on my docker image - seems to have been user error.

The pipeline that failed seems to be a docker bug since I did not touch any docker stuff in this commit. Will fast-forward and see if that helps.

Copy link
Contributor

@p-fernandez p-fernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding the functionality for self hosted solutions. 🙌🏻

@JoeyEamigh
Copy link
Contributor Author

Applied the suggestions - thank y'all!

Copy link
Contributor

@p-fernandez p-fernandez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌟

@p-fernandez p-fernandez added this pull request to the merge queue Mar 6, 2023
Merged via the queue into novuhq:next with commit fd31152 Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NV-1804] 🐛 Bug Report: Distributed Lock System Doesn't Work With Redis Password
3 participants