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

Allow Redis URL to just have a password and no username #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicolasblanco
Copy link

I have run into an issue where my Redis server has a password but no username.
As this is a managed Redis instance over which I don't have any control, I'm not able to change this setup or set a username.

The issue is that in that case the Redis connection is still created with username being an empty String and the connection to the server fails.

This small change fixes this use case by only creating a connection with a password.

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