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

Basic implementation of HELLO #398

Merged
merged 18 commits into from
May 20, 2024
Merged

Basic implementation of HELLO #398

merged 18 commits into from
May 20, 2024

Conversation

badrishc
Copy link
Contributor

@badrishc badrishc commented May 18, 2024

Towards #387
Fixes #346
Fixes #179

libs/server/Resp/AdminCommands.cs Show resolved Hide resolved
libs/server/Resp/AdminCommands.cs Show resolved Hide resolved
libs/server/Resp/AdminCommands.cs Outdated Show resolved Hide resolved
libs/server/Resp/AdminCommands.cs Outdated Show resolved Hide resolved
libs/server/Resp/AdminCommands.cs Outdated Show resolved Hide resolved
libs/server/Resp/AdminCommands.cs Outdated Show resolved Hide resolved
libs/server/Resp/AdminCommands.cs Show resolved Hide resolved
libs/server/Resp/AdminCommands.cs Outdated Show resolved Hide resolved
@badrishc
Copy link
Contributor Author

Made this PR have HELLO work only with RESP2, the other open PR will add RESP3 for async.

@badrishc
Copy link
Contributor Author

fixed warnings

Copy link
Contributor

@TalZaccai TalZaccai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, added a couple of questions / comments

@TalZaccai TalZaccai merged commit 5a65fd7 into main May 20, 2024
23 checks passed
@TalZaccai TalZaccai deleted the badrishc/hello branch May 20, 2024 23:31
chyin6 pushed a commit to jusjin-org/garnet that referenced this pull request Jul 2, 2024
* Basic implementation of HELLO command

* fix

* Added command info for HELLO + added website docs

* dotnet format

* update SE.Redis to latest, add HELLO unit test

* Add and use EqualsIgnoreCase

* use nameof(RespCommand.HELLO)

* updates

* support special pong in RESP2 subscribe

* only support RESP2 in this PR

* remove resp3 testcase

* fix warnings

* fix warning

* make EqualsIgnoreCase extension method in utils

* improve the case-insensitive match test

* nit

---------

Co-authored-by: Tal Zaccai <talzacc@microsoft.com>
@github-actions github-actions bot locked and limited conversation to collaborators Jul 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Coverage - Implement HELLO Incorrect PONG issued on subscriber channel
3 participants