Version: 5.2.0
Platform: all of them
Description: Type hints seem way too broad, and I was wondering if there’s a specific reason for this or if it's simply an unresolved issue.
For example, the ping method on the synchronous Redis client only returns a boolean, but the type annotations are as follows:
Version: 5.2.0 Platform: all of them Description: Type hints seem way too broad, and I was wondering if there’s a specific reason for this or if it's simply an unresolved issue.
For example, the ping method on the synchronous Redis client only returns a boolean, but the type annotations are as follows:
I understand that the same type annotation is used for both synchronous and asynchronous implementations, but this confuses linters.
Thanks in advance.