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

Node: Add Binary support for stream commands, part 1 #2200

Conversation

tjzhang-BQ
Copy link
Collaborator

@tjzhang-BQ tjzhang-BQ commented Aug 26, 2024

commands included:

  • XACK
  • XADD
  • XAUTOCLAIM
  • XCLAIM
  • XDEL
  • XGROUP CREATE
  • XGROUP CREATECONSUMER
  • XGROUP DELCONSUMER
  • XGROUP DESTROY
  • XGROUP SETID

@tjzhang-BQ tjzhang-BQ force-pushed the node/integ-tjzs-VALKEY-270-stream-commands branch 2 times, most recently from 696950f to 852a965 Compare August 27, 2024 05:37
@tjzhang-BQ tjzhang-BQ marked this pull request as ready for review August 27, 2024 16:55
@tjzhang-BQ tjzhang-BQ requested a review from a team as a code owner August 27, 2024 16:55
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand left a comment

Choose a reason for hiding this comment

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

Please add changelog entry

node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand left a comment

Choose a reason for hiding this comment

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

Please list updated commands in the PR description

node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
Copy link
Collaborator

@yipin-chen yipin-chen left a comment

Choose a reason for hiding this comment

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

LGTM, just update documentation based on Yury's comments.

@tjzhang-BQ tjzhang-BQ force-pushed the node/integ-tjzs-VALKEY-270-stream-commands branch 2 times, most recently from b2c0ae3 to a73cfae Compare August 28, 2024 18:19
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
TJ Zhang added 4 commits August 28, 2024 13:58
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
@tjzhang-BQ tjzhang-BQ force-pushed the node/integ-tjzs-VALKEY-270-stream-commands branch from a73cfae to 70023a7 Compare August 28, 2024 20:59
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand left a comment

Choose a reason for hiding this comment

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

changelog?

Signed-off-by: TJ Zhang <tj.zhang@improving.com>
@Yury-Fridlyand Yury-Fridlyand merged commit 8d482be into valkey-io:main Aug 29, 2024
9 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the node/integ-tjzs-VALKEY-270-stream-commands branch August 29, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants