You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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-pyfrom_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!
The text was updated successfully, but these errors were encountered: