aredis icon indicating copy to clipboard operation
aredis copied to clipboard

fix: don't hide initial connect() error message reason

Open sileht opened this issue 4 years ago • 0 comments

Description

When initial connection fails, we just raise ConnectionError() without any details.

This change adds the reason of the failure.

sileht avatar Mar 17 '21 09:03 sileht