Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: no longer verify HELLO error messages #2515

Merged
merged 2 commits into from
Apr 12, 2023

Conversation

monkey92t
Copy link
Collaborator

When the server responds with the RESP protocol and the result is not a normal execution result of the HELLO command, we consider it to be an indication that the server does not support the HELLO command.

The server may be a redis-server that does not support the HELLO command, or it could be DragonflyDB or a third-party redis-proxy. They all respond with different error string results for unsupported commands, making it difficult to rely on error strings to determine all results.

Signed-off-by: monkey92t <golang@88.com>
@monkey92t
Copy link
Collaborator Author

monkey92t commented Mar 31, 2023

See #2509

@monkey92t monkey92t merged commit 7b4f217 into redis:master Apr 12, 2023
@monkey92t monkey92t deleted the feat/auth branch April 12, 2023 12:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants