mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
redis: add ping to PubSub (#3583)
This commit is contained in:
committed by
Sebastian Rittau
parent
b7a611e211
commit
caca02b096
1
third_party/2and3/redis/client.pyi
vendored
1
third_party/2and3/redis/client.pyi
vendored
@@ -317,6 +317,7 @@ class PubSub:
|
||||
def get_message(self, ignore_subscribe_messages: bool = ..., timeout: float = ...) -> Optional[Dict[str, Any]]: ...
|
||||
def handle_message(self, response, ignore_subscribe_messages: bool = ...) -> Optional[Dict[str, Any]]: ...
|
||||
def run_in_thread(self, sleep_time=...): ...
|
||||
def ping(self, message: Optional[_Str] = ...) -> None: ...
|
||||
|
||||
class BasePipeline:
|
||||
UNWATCH_COMMANDS: Any
|
||||
|
||||
Reference in New Issue
Block a user