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

add username as a redis-server option #69

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

Conversation

luca-tansini
Copy link

@luca-tansini luca-tansini commented Jun 6, 2023

At the moment it is only possible to specify a username to authenticate to the redis server as part of the url option.
Unfortunately, due to the Keyword.take(opts, @redis_opts) at line 72 the username taken from the url is actually discarded, and the default one is always used instead.

In this PR I added the username as an option, both taken from the url as well as specified as a separate option.

@chess4ever
Copy link

@chrismccord is it possible to merge this fix?

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