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 command XGROUP SETID #2135

Merged

Conversation

tjzhang-BQ
Copy link
Collaborator

No description provided.

@tjzhang-BQ tjzhang-BQ force-pushed the node/integ-tjz-VALKEY-42-xgroup-setid branch 2 times, most recently from 066d58c to 27de138 Compare August 20, 2024 00:01
@tjzhang-BQ tjzhang-BQ marked this pull request as ready for review August 20, 2024 00:02
@tjzhang-BQ tjzhang-BQ requested a review from a team as a code owner August 20, 2024 00:02
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/Commands.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/Transaction.ts Outdated Show resolved Hide resolved
TJ Zhang added 5 commits August 20, 2024 10:32
Signed-off-by: TJ Zhang <[email protected]>
Signed-off-by: TJ Zhang <[email protected]>
Signed-off-by: TJ Zhang <[email protected]>
Signed-off-by: TJ Zhang <[email protected]>
@tjzhang-BQ tjzhang-BQ force-pushed the node/integ-tjz-VALKEY-42-xgroup-setid branch from 438f203 to 7fe53ef Compare August 20, 2024 17:33
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
): Promise<string> {
return this.createWritePromise(
createXGroupSetid(key, groupName, id, entriesRead),
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

add string decoder there

node/src/Transaction.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Show resolved Hide resolved
Signed-off-by: TJ Zhang <[email protected]>
@tjzhang-BQ tjzhang-BQ merged commit d3a9e53 into valkey-io:main Aug 20, 2024
9 checks passed
@tjzhang-BQ tjzhang-BQ deleted the node/integ-tjz-VALKEY-42-xgroup-setid branch August 20, 2024 18:36
return this.createWritePromise(
createXGroupSetid(key, groupName, id, entriesRead),
{
decoder: decoder,
Copy link
Collaborator

Choose a reason for hiding this comment

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

String decoder should be hardcoded there, because command returns OK. No need to add decoder arg

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.

4 participants