mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
redis: Do not override AbstractRedis.RESPONSE_CALLBACKS (#8592)
This commit is contained in:
@@ -74,10 +74,9 @@ def parse_slowlog_get(response, **options): ...
|
||||
_LockType = TypeVar("_LockType")
|
||||
|
||||
class AbstractRedis:
|
||||
RESPONSE_CALLBACKS: dict[Any, Any]
|
||||
RESPONSE_CALLBACKS: dict[str, Any]
|
||||
|
||||
class Redis(AbstractRedis, RedisModuleCommands, CoreCommands[_StrType], SentinelCommands, Generic[_StrType]):
|
||||
RESPONSE_CALLBACKS: Any
|
||||
@overload
|
||||
@classmethod
|
||||
def from_url(
|
||||
|
||||
Reference in New Issue
Block a user