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

Use password directly when connecting to Redis #903

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Conversation

TomaSajt
Copy link
Contributor

@TomaSajt TomaSajt commented Nov 6, 2023

It turns out I didn't find every issue with using Redis with a password in a previous PR.
I found that it would sometimes throw NOAUTH errors, but only when finishing a Minion job(??) The main thing is that file upload and downloaders were not working at all because of this.
After a little more time than I dare to admit, I found a solution: don't use auth, just use the password key in the constructor.
I don't know a lot of Perl, so after a bit of searching, I found a way to do conditional key-value pairs. If there's a better way, please do tell me.

@Difegue
Copy link
Owner

Difegue commented Nov 7, 2023

huh, I didn't know you could do conditional kvps in Perl either! god bless larry wall for his gift of wacky syntaxes.

Thanks a bunch!

@Difegue Difegue merged commit 1711b39 into Difegue:dev Nov 7, 2023
1 check passed
Repository owner deleted a comment from holopin-bot bot Nov 7, 2023
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.

None yet

2 participants