Skip to content
New issue

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

feat(server): allow AUTH and SETNAME options in the HELLO command #1156

Merged
merged 1 commit into from Apr 28, 2023

Conversation

rueian
Copy link
Contributor

@rueian rueian commented Apr 28, 2023

Hi @romange,

I just tried to implement AUTH and SETNAME in the HELLO command to resolve the issue #1151 by copying logic from here https://github.com/redis/redis/blob/d659c734569be4ed32a270bac2527ccf35418c43/src/networking.c#L3529-L3579

#Fixes #1151

Signed-off-by: Rueian <rueiancsie@gmail.com>
@romange
Copy link
Collaborator

romange commented Apr 28, 2023

@rueian Thank you, this looks good!
Waiting for the tests to run

@romange romange merged commit 688f8f5 into dragonflydb:main Apr 28, 2023
6 checks passed
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.

Support AUTH and SETNAME options in HELLO
2 participants