Skip to content

Node: Add command XGROUP SETID#2135

Merged
tjzhang-BQ merged 6 commits intovalkey-io:mainfrom
Bit-Quill:node/integ-tjz-VALKEY-42-xgroup-setid
Aug 20, 2024
Merged

Node: Add command XGROUP SETID#2135
tjzhang-BQ merged 6 commits intovalkey-io:mainfrom
Bit-Quill:node/integ-tjz-VALKEY-42-xgroup-setid

Conversation

@tjzhang-BQ
Copy link
Copy Markdown
Contributor

No description provided.

@tjzhang-BQ tjzhang-BQ added the node 🐢 Node.js wrapper label Aug 15, 2024
@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
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>
Signed-off-by: TJ Zhang <tj.zhang@improving.com>
@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
): Promise<string> {
return this.createWritePromise(
createXGroupSetid(key, groupName, id, entriesRead),
);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

add string decoder there

Signed-off-by: TJ Zhang <tj.zhang@improving.com>
@tjzhang-BQ tjzhang-BQ merged commit d3a9e53 into valkey-io:main Aug 20, 2024
@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
Copy Markdown

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

node 🐢 Node.js wrapper

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants