mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Add Redis.memory_purge() (#6138)
This commit is contained in:
@@ -761,6 +761,7 @@ class Redis(Generic[_StrType]):
|
||||
def pubsub_numpat(self) -> int: ...
|
||||
def monitor(self) -> Monitor: ...
|
||||
def memory_stats(self) -> dict[str, Any]: ...
|
||||
def memory_purge(self) -> bool: ...
|
||||
def cluster(self, cluster_arg: str, *args: Any) -> Any: ...
|
||||
def __enter__(self) -> Redis[_StrType]: ...
|
||||
def __exit__(self, exc_type, exc_value, traceback): ...
|
||||
|
||||
Reference in New Issue
Block a user