alisaifee / limits

Rate limiting using various strategies and storage backends such as redis & memcached
https://limits.readthedocs.org
MIT License
410 stars 57 forks source link

Fix error "AttributeError: module 'coredis' has no attribute 'RedisError'" #203

Closed iQiexie closed 6 months ago

iQiexie commented 6 months ago

Whenever there's a connection error to redis, the error pops up. This fix helped me

alisaifee commented 6 months ago

Thank you!