mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
1
third_party/2and3/redis/client.pyi
vendored
1
third_party/2and3/redis/client.pyi
vendored
@@ -369,6 +369,7 @@ class Redis(object):
|
||||
def cluster(self, cluster_arg: str, *args: Any) -> Any: ...
|
||||
def __enter__(self) -> Redis: ...
|
||||
def __exit__(self, exc_type, exc_value, traceback): ...
|
||||
def client(self) -> Redis: ...
|
||||
|
||||
StrictRedis = Redis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user