mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
1
third_party/2and3/redis/client.pyi
vendored
1
third_party/2and3/redis/client.pyi
vendored
@@ -167,6 +167,7 @@ class Redis(object):
|
||||
def ttl(self, name: _Key) -> int: ...
|
||||
def type(self, name): ...
|
||||
def watch(self, *names): ...
|
||||
def unlink(self, *names: _Key) -> int: ...
|
||||
def unwatch(self): ...
|
||||
def blpop(self, keys: Union[_Value, Iterable[_Value]], timeout: int = ...) -> Optional[Tuple[bytes, bytes]]: ...
|
||||
def brpop(self, keys: Union[_Value, Iterable[_Value]], timeout: int = ...) -> Optional[Tuple[bytes, bytes]]: ...
|
||||
|
||||
Reference in New Issue
Block a user