Closed allanlei closed 7 months ago
AttributeError type object 'Redis' has no attribute 'RedisError'
https://github.com/alisaifee/limits/blob/master/limits/storage/redis.py#L182C32-L182C42
When we encounter ConnectionError: max number of clients reached
ConnectionError: max number of clients reached
This should be a similar issue as https://github.com/alisaifee/limits/pull/203
Oh, nevermind. We had this monkey patched with something custom
https://github.com/alisaifee/limits/blob/master/limits/storage/redis.py#L182C32-L182C42
When we encounter
ConnectionError: max number of clients reached
This should be a similar issue as https://github.com/alisaifee/limits/pull/203