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

chore: pass SinkReplyBuilder and Transaction explicitly. Part5 #3976

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

romange
Copy link
Collaborator

@romange romange commented Oct 23, 2024

This PR changes list_family.
zset_family has not been changed yet - the code is just moved to the anonymous namespace.

This PR changes list_family.
zset_family has not been changed yet - the code is just moved to the anonymous namespace.

Signed-off-by: Roman Gershman <[email protected]>
@romange romange requested a review from BorysTheDev October 23, 2024 18:52

MoveGeneric(cntx, src, dest, src_dir, dest_dir);
Copy link
Collaborator Author

@romange romange Oct 23, 2024

Choose a reason for hiding this comment

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

it was moved above

@@ -1798,6 +1798,221 @@ void ZBooleanOperation(CmdArgList args, ConnectionContext* cntx, bool is_union,
}
}

void ZPopMinMax(CmdArgList args, bool reverse, ConnectionContext* cntx) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

moved from below.

@romange romange merged commit 16f59d3 into main Oct 24, 2024
12 checks passed
@romange romange deleted the Pr4 branch October 24, 2024 14:16
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.

2 participants