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

Connect To Redis From URL keyword is failing #30

Open
artrybak opened this issue Nov 30, 2021 · 2 comments
Open

Connect To Redis From URL keyword is failing #30

artrybak opened this issue Nov 30, 2021 · 2 comments

Comments

@artrybak
Copy link

Connect To Redis From URL keyword is failing with the error: from_url() takes 1 positional argument but 2 were given.
Probably it happens since the db parameter was removed in redis-py from_url method, see https://github.com/redis/redis-py/blob/master/redis/utils.py, but we still pass it in the keyword.
If true, can you please fix it. Thanks!

@Alex-Han-Sophos
Copy link
Contributor

I created a PR #38 for this. Can anyone review?

@Alex-Han-Sophos
Copy link
Contributor

This is resolved as of 4ca8b34

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

No branches or pull requests

2 participants