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

redis pub/sub support set password #116

Merged
merged 3 commits into from Jul 20, 2017
Merged

redis pub/sub support set password #116

merged 3 commits into from Jul 20, 2017

Conversation

larryclean
Copy link

At first I added it to URL, but it was not easy to handle when the password value was None, so I added a parameter "password"

At first I added it to URL, but it was not easy to handle when the password value was None, so I added a parameter "password"
@miguelgrinberg
Copy link
Owner

I'm in the middle of a long trip back home today, I'll review this in a day or two. Thanks!

@larryclean
Copy link
Author

sorry,When do you plan to join this function?

@miguelgrinberg
Copy link
Owner

@Larry-Dev did you notice that the automated build is failing with your changes? Do you have time to fix those problems, or do you want me to? I can't merge this as is.

Copy link
Author

@larryclean larryclean left a comment

Choose a reason for hiding this comment

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

password

larry.liu added 2 commits July 20, 2017 16:12
format code style
format code style
@larryclean
Copy link
Author

i fixed those problems.sorry,i didn't notice this error of build

@miguelgrinberg miguelgrinberg merged commit 8cf035f into miguelgrinberg:master Jul 20, 2017
@miguelgrinberg
Copy link
Owner

@Larry-Dev I modified your change to include the password in the URL, so that it is consistent with the non-async side. To add a password, use redis://:password@hostname:6379/0. Note that colon preceding the password, this is required per URL syntax.

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.

2 participants