aredis
aredis copied to clipboard
fix: don't hide initial connect() error message reason
Description
When initial connection fails, we just raise ConnectionError() without any details.
This change adds the reason of the failure.