Skip to content

Conversation

clue
Copy link
Owner

@clue clue commented Aug 29, 2021

This changeset improves error reporting to include the Redis URI and socket error codes in all connection errors:

- Error: Connection to Redis server failed because underlying transport connection failed
+ Error: Connection to redis://localhost failed: Connection to localhost:6379 failed: Last error for IPv4: Connection to tcp://127.0.0.1:6379?hostname=localhost failed: Connection refused. Previous error for IPv6: Connection to tcp://[::1]:6379?hostname=localhost failed: Connection refused

Builds on top of #89, clue/reactphp-http-proxy#17 and others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants