-
Notifications
You must be signed in to change notification settings - Fork 69
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
Go: ZRANDMEMBER
.
#2983
base: main
Are you sure you want to change the base?
Go: ZRANDMEMBER
.
#2983
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
@@ -7,6 +7,7 @@ const ( | |||
MatchKeyword string = "MATCH" // Valkey API keyword used to indicate the match filter. | |||
NoValue string = "NOVALUE" // Valkey API keyword for the no value option for hcsan command. | |||
WithScore string = "WITHSCORE" // Valkey API keyword for the with score option for zrank and zrevrank commands. |
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.
is the WITHSCORE
one even an option? We tested that with some commands passing WITHSCORE
in the place where the doc asks for WITHSCORES
would work, but is any command explicitly asking for WITHSCORE
? if not we should probably remove
cc @prateek-kumar-improving
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.
Probably we could keep it there with lowercase (aka private)
Issue link
This Pull Request is linked to issue (URL): #2973
Checklist
Before submitting the PR make sure the following are checked: