-
Notifications
You must be signed in to change notification settings - Fork 525
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
Add ZMSCORE command support #118
Conversation
@microsoft-github-policy-service agree |
Make sure you use the error handling logic introduced in this recent PR: #103 |
I believe I am using the newly introduced command, however I have improved the count check and removed the arithmetic to be inline with the changes in the referenced PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thank you for your contribution to Garnet!
Added a few comments here :)
Cheers, that was a very good review😅 I believe I have addressed all the issues less some potential clarification in the unresolved review convos. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks again for your contribution! :)
I have tried my hand at adding the
ZMSCORE
command using the(very helpful) direction in the issue and surrounding code.The score/scores fetching implementations could likely be merged.
resolves #77