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(zset family): implement a variant of ZUNION command issue #356 #686

Merged
merged 6 commits into from
Jan 17, 2023

Conversation

adiholden
Copy link
Collaborator

No description provided.

@adiholden adiholden requested a review from romange January 16, 2023 08:03
return OpStatus::OK;
}

OpResult<unsigned> ParseAggregate(CmdArgList args, bool store, SetOpArgs* op_args) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

what does it return?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe add a comment explaining this part

Signed-off-by: adi_holden <[email protected]>
@adiholden adiholden merged commit b2edf9c into main Jan 17, 2023
@romange romange deleted the issue_356_patch branch January 17, 2023 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants