mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 04:16:44 +08:00
Update redis stubs for 4.1.2 (#7064)
This commit is contained in:
@@ -104,7 +104,7 @@ class Connection:
|
||||
def set_parser(self, parser_class): ...
|
||||
def connect(self): ...
|
||||
def on_connect(self): ...
|
||||
def disconnect(self): ...
|
||||
def disconnect(self, *args: object) -> None: ... # 'args' added in redis 4.1.2
|
||||
def check_health(self) -> None: ...
|
||||
def send_packed_command(self, command, check_health: bool = ...): ...
|
||||
def send_command(self, *args): ...
|
||||
|
||||
Reference in New Issue
Block a user