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
Version: 5.0.1 Description: Hello, I have a question: is there any particular reason why the function signature for from_url method in StrictRedis class returns a None value, when in practice it returns a StrictRedis object? Because of this, suggestions are not shown by the linter.
(method) def from_url(
url: str,
**kwargs: Any
) -> None