We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On #850 rust core lib returns (and prints to log) an empty error message
An error message should be verbose enough to understand the error and identify the code path In that specific case error comes from https://github.com/aws/glide-for-redis/blob/47c034d226ebd81404315e368964abe35694f922/glide-core/src/socket_listener.rs#L619
ERROR logger_core: client creation - Connection error: Standalone(Received errors: )
See #850
No response
N/A
6.0.16
Linux
Python
The text was updated successfully, but these errors were encountered:
fixed in #854
Sorry, something went wrong.
No branches or pull requests
Describe the bug
On #850 rust core lib returns (and prints to log) an empty error message
Expected Behavior
An error message should be verbose enough to understand the error and identify the code path
In that specific case error comes from https://github.com/aws/glide-for-redis/blob/47c034d226ebd81404315e368964abe35694f922/glide-core/src/socket_listener.rs#L619
Current Behavior
Reproduction Steps
See #850
Possible Solution
No response
Additional Information/Context
No response
Client version used
N/A
Redis Version
6.0.16
OS
Linux
Language
Python
Language Version
N/A
Cluster information
No response
Logs
No response
Other information
No response
The text was updated successfully, but these errors were encountered: