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
If redis.Redis.from_url is called with the valid arguments redis.Redis.from_url(url, **kwargs), it results in an error from Mockredispy about too many arguments passed to mock_redis_client.
The text was updated successfully, but these errors were encountered:
The signature of
redis.Redis.from_url
is as follows:However, Mockredispy defines it as follows:
If
redis.Redis.from_url
is called with the valid argumentsredis.Redis.from_url(url, **kwargs)
, it results in an error from Mockredispy about too many arguments passed tomock_redis_client
.The text was updated successfully, but these errors were encountered: