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

fix: command arguments error #173

Merged
merged 8 commits into from
Apr 1, 2024

Conversation

Zzhiter
Copy link
Contributor

@Zzhiter Zzhiter commented Mar 28, 2024

In #152
We found that when entering only the SCAN command we would not receive the return value

Now I fixed the bug.

The successful screenshot is below:
image

Additionally, I fixed similar bugs.

Before fixing:
image
image
After fixing:
image
image
which is the same as Redis:
image

Finally, I also fixed a bug I introduced in my previous PR, I'm very sorry about that.

In https://github.com/microsoft/garnet/pull/137/files, if (count < 1 || count > 2) shoude be if (count != 2)

@TalZaccai TalZaccai self-requested a review March 29, 2024 18:18
@TalZaccai TalZaccai merged commit 6aef208 into microsoft:main Apr 1, 2024
21 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jun 1, 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.

3 participants