mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-29 02:04:39 +08:00
Vendored
+1
@@ -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