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!