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

Go: ZREM. #2880

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Go: ZREM. #2880

merged 1 commit into from
Dec 30, 2024

Conversation

Yury-Fridlyand
Copy link
Collaborator

Issue link

This Pull Request is linked to issue (URL): #2833

Checklist

Before submitting the PR make sure the following are checked:

  • This Pull Request is related to one issue.
  • Commit message has a detailed description of what changed and why.
  • Tests are added or updated.
  • CHANGELOG.md and documentation files are updated.
  • Destination branch is correct - main or release
  • Commits will be squashed upon merging.

Signed-off-by: Yury-Fridlyand <[email protected]>
@Yury-Fridlyand Yury-Fridlyand mentioned this pull request Dec 28, 2024
6 tasks
assert.Nil(suite.T(), err)
assert.Equal(suite.T(), int64(1), res.Value())

// TODO: run ZCard there
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this TO DO added here? This TO DO should be in the ZCARD test, right?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I will merge this PR today. @prateek-kumar-improving, can you have a chat with Yury after he is back. Thanks

@yipin-chen yipin-chen merged commit 78b849b into valkey-io:main Dec 30, 2024
18 checks passed
@yipin-chen yipin-chen deleted the go/zrem branch December 30, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go golang wrapper
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants