massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / redis / redis / __init__.pyi
1 from . import client, connection, exceptions, utils
2
3 Redis = client.Redis
4 StrictRedis = client.StrictRedis
5 BlockingConnectionPool = connection.BlockingConnectionPool
6 ConnectionPool = connection.ConnectionPool
7 Connection = connection.Connection
8 SSLConnection = connection.SSLConnection
9 UnixDomainSocketConnection = connection.UnixDomainSocketConnection
10 from_url = utils.from_url
11 AuthenticationError = exceptions.AuthenticationError
12 BusyLoadingError = exceptions.BusyLoadingError
13 ConnectionError = exceptions.ConnectionError
14 DataError = exceptions.DataError
15 InvalidResponse = exceptions.InvalidResponse
16 PubSubError = exceptions.PubSubError
17 ReadOnlyError = exceptions.ReadOnlyError
18 RedisError = exceptions.RedisError
19 ResponseError = exceptions.ResponseError
20 TimeoutError = exceptions.TimeoutError
21 WatchError = exceptions.WatchError