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: add ZCARD #2838

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Go: add ZCARD #2838

wants to merge 5 commits into from

Conversation

cyip10
Copy link
Collaborator

@cyip10 cyip10 commented Dec 18, 2024

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.

@yipin-chen yipin-chen added the go golang wrapper label Dec 19, 2024
Signed-off-by: Chloe Yip <chloe.yip@improving.com>
Signed-off-by: Chloe Yip <chloe.yip@improving.com>
Signed-off-by: Chloe Yip <chloe.yip@improving.com>
Signed-off-by: Chloe Yip <chloe.yip@improving.com>
expect(await client.zcard(key)).toEqual(2);
*/

// res3, err := client.ZRem(key, ["one"])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use custom command and add a TODO comment.

Signed-off-by: Chloe Yip <chloe.yip@improving.com>
@tjzhang-BQ
Copy link
Collaborator

CI is red

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