mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-14 06:01:43 +08:00
Redis: Annotate .lolwut() (#7104)
This commit is contained in:
committed by
GitHub
parent
7e053ac5bd
commit
beac964588
@@ -102,7 +102,7 @@ class ManagementCommands:
|
||||
def select(self, index, **kwargs: _CommandOptions): ...
|
||||
def info(self, section: _Key | None = ..., **kwargs: _CommandOptions) -> Mapping[str, Any]: ...
|
||||
def lastsave(self, **kwargs: _CommandOptions): ...
|
||||
def lolwut(self, *version_numbers, **kwargs: _CommandOptions): ...
|
||||
def lolwut(self, *version_numbers: _Value, **kwargs: _CommandOptions) -> bytes: ...
|
||||
def reset(self) -> None: ...
|
||||
def migrate(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user