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

Updated to accept redis options for createClient and if one of the optio... #17

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

Conversation

RichardMullins
Copy link

I added the ability to pass options to redis when the connection is created. The primary reason for the change is that i have requirepass set and need to pass auth settings on connect.

I have also made a change to check for auth_pass in the options and, if found, use client.auth()

…tions is auth_pass it also runs client.auth()
@czarneckid
Copy link
Member

Sorry this got lost in the noise of e-mail. I'll get this integrated shortly.

@KeKs0r
Copy link

KeKs0r commented Jan 11, 2016

@czarneckid : Did you have time to recheck this? Wanted to start integrating this library but missing this feature.

Base automatically changed from master to main March 11, 2021 16:43
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.

3 participants