Skip to content

feat: no longer verify HELLO error messages#2515

Merged
monkey92t merged 2 commits into
redis:masterfrom
monkey92t:feat/auth
Apr 12, 2023
Merged

feat: no longer verify HELLO error messages#2515
monkey92t merged 2 commits into
redis:masterfrom
monkey92t:feat/auth

Conversation

@monkey92t

Copy link
Copy Markdown
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

monkey92t commented Mar 31, 2023

Copy link
Copy Markdown
Collaborator Author

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants