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: Implement Server Management Command DBSize #2991

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

EdricCua
Copy link
Collaborator

@EdricCua EdricCua commented Jan 22, 2025

Issue link

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

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
  • Create merge commit if merging release branch into main, squash otherwise.

@EdricCua EdricCua requested a review from a team as a code owner January 22, 2025 06:45
@Yury-Fridlyand Yury-Fridlyand added the go golang wrapper label Jan 22, 2025
EdricCua and others added 10 commits January 23, 2025 03:21
Signed-off-by: EdricCua <[email protected]>
Fix return types

Signed-off-by: Yury-Fridlyand <[email protected]>
* Go: Add XAck command

Signed-off-by: Prateek Kumar <[email protected]>
* Go: `XGROUP SETID`.

Signed-off-by: Yury-Fridlyand <[email protected]>
* Go: `XGROUP CREATE`.

Signed-off-by: Yury-Fridlyand <[email protected]>
* Go: `HRANDFIELD`.

Signed-off-by: Yury-Fridlyand <[email protected]>
)

* Added bitmap commands,wait commands

Signed-off-by: Niharika Bhavaraju <[email protected]>
* Define new function, change paramter type to Union, add conditionals for IFEQ

Signed-off-by: Angraybill <[email protected]>

* Tests for IFEQ, positive and negative cases

Signed-off-by: Angraybill <[email protected]>

* Update Changelog

Signed-off-by: Angraybill <[email protected]>

* Import OnlyIfEqual in init file

Signed-off-by: Angraybill <[email protected]>

---------

Signed-off-by: Angraybill <[email protected]>
* Go: Add command XClaim

Signed-off-by: TJ Zhang <[email protected]>
Copy link
Collaborator

@janhavigupta007 janhavigupta007 left a comment

Choose a reason for hiding this comment

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

Please fix the tests.

go/integTest/standalone_commands_test.go Outdated Show resolved Hide resolved
Signed-off-by: EdricCua <[email protected]>
EdricCua and others added 3 commits January 23, 2025 06:06
Signed-off-by: EdricCua <[email protected]>
Signed-off-by: EdricCua <[email protected]>
* Go: Add XAck command

Signed-off-by: Prateek Kumar <[email protected]>
Signed-off-by: EdricCua <[email protected]>
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.

7 participants