exceptions.pyi 77 B

123
  1. from redis.exceptions import RedisError
  2. class ClusterError(RedisError): ...