Redis: Annotate .lolwut() (#7104)

This commit is contained in:
Rajiv Bakulesh Shah
2022-02-02 02:18:11 -08:00
committed by GitHub
parent 7e053ac5bd
commit beac964588

View File

@@ -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,