mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
redis: complete echo command stub (redis.client.Redis.echo) (#5033)
This commit is contained in:
@@ -394,7 +394,7 @@ class Redis(Generic[_StrType]):
|
||||
def config_rewrite(self): ...
|
||||
def dbsize(self) -> int: ...
|
||||
def debug_object(self, key): ...
|
||||
def echo(self, value): ...
|
||||
def echo(self, value: _Value) -> bytes: ...
|
||||
def flushall(self) -> bool: ...
|
||||
def flushdb(self) -> bool: ...
|
||||
def info(self, section: Optional[_Key] = ...) -> Mapping[str, Any]: ...
|
||||
|
||||
Reference in New Issue
Block a user