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

Add SCANDUMP and LOADCHUNK for bf and cf #2668

Merged
merged 5 commits into from
Aug 10, 2023
Merged

Conversation

ofekshenawa
Copy link
Collaborator

No description provided.

@ofekshenawa ofekshenawa requested a review from chayim August 9, 2023 11:38
probabilistic.go Outdated
@@ -165,6 +169,79 @@ func (c cmdable) BFExists(ctx context.Context, key string, element interface{})
return cmd
}

func (c cmdable) BFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *StatusCmd {
args := []interface{}{"bf.loadchunk", key, iterator, data}
Copy link
Contributor

Choose a reason for hiding this comment

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

Given history (and nothing else) commands really should be all in CAPS everywhere. Yes, we're not doing that currently, but no time like the present.

probabilistic.go Outdated Show resolved Hide resolved
Copy link
Contributor

@chayim chayim left a comment

Choose a reason for hiding this comment

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

Great first PR. Nice and small - the comments are nits, code-wise makes sense and looks in line. I see this as starting things off to be like some of the others.

@ofekshenawa ofekshenawa merged commit 6691393 into bloom-support Aug 10, 2023
1 check passed
@ofekshenawa ofekshenawa mentioned this pull request Aug 13, 2023
@ofekshenawa ofekshenawa deleted the bloom-extra branch June 19, 2024 22:04
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