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: implement new command EXZMSCORE #5

Merged
merged 2 commits into from Jun 17, 2022
Merged

Feat: implement new command EXZMSCORE #5

merged 2 commits into from Jun 17, 2022

Conversation

RinChanNOWWW
Copy link
Contributor

@RinChanNOWWW RinChanNOWWW commented Jun 16, 2022

Signed-off-by: RinChanNOWWW hzy427@gmail.com

Summary

related issues: #4

EXZMSCORE

EXZMSCORE key member [member ...]
time complexity:O(N) where N is the number of members being requested.

Command Description:

Returns the scores associated with the specified members in the sorted set stored at key. For every member that does not exist in the sorted set, a nil value is returned.

Return value

Array reply: list of scores or nil associated with the specified member values (a double precision floating point number), represented as strings.

@CLAassistant
Copy link

CLAassistant commented Jun 16, 2022

CLA assistant check
All committers have signed the CLA.

tests/tairzset.tcl Show resolved Hide resolved
CMDDOC.md Outdated Show resolved Hide resolved
Signed-off-by: RinChanNOWWW <hzy427@gmail.com>
Signed-off-by: RinChanNOWWW <hzy427@gmail.com>
Copy link
Collaborator

@chenyang8094 chenyang8094 left a comment

Choose a reason for hiding this comment

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

LGTM

@chenyang8094 chenyang8094 added the to-be-merged to be merged label Jun 17, 2022
@chenyang8094 chenyang8094 merged commit a9ee2d5 into tair-opensource:master Jun 17, 2022
@RinChanNOWWW RinChanNOWWW deleted the FEAT-EXZMSCORE branch June 17, 2022 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to-be-merged to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants