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 SUNION command #1919

Merged
merged 2 commits into from
Jul 12, 2024

Conversation

aaron-congo
Copy link
Collaborator

@aaron-congo aaron-congo commented Jul 10, 2024

@aaron-congo aaron-congo requested a review from a team as a code owner July 10, 2024 19:46
@@ -94,7 +99,7 @@
#### Fixes
* Python: fixing a bug with transaction exec ([#1796](https://github.com/valkey-io/valkey-glide/pull/1796))

## 0.4.1 (2024-02-06)
## 0.4.1 (2024-06-02)
Copy link
Collaborator

Choose a reason for hiding this comment

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

:O good catch

*
* @remarks When in cluster mode, all `keys` must map to the same hash slot.
* @param keys - The keys of the sets.
* @returns A set of members which are present in at least one of the given sets.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Huh, looks like some commands have a "-" after the @returns and some don't.

Copy link
Collaborator

Choose a reason for hiding this comment

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

it would be better if they were consistent. But javadoc in VSCode adds the dash if it's missing:
image

Copy link
Collaborator

Choose a reason for hiding this comment

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

I found that VS code can render docs with and without dashes. I don't know the standard.
Agree, that we need to align that. Can you create a task please?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep, created a task on our board

*
* @remarks When in cluster mode, all `keys` must map to the same hash slot.
* @param keys - The keys of the sets.
* @returns A set of members which are present in at least one of the given sets.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I found that VS code can render docs with and without dashes. I don't know the standard.
Agree, that we need to align that. Can you create a task please?

node/src/BaseClient.ts Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/Transaction.ts Outdated Show resolved Hide resolved
node/tests/RedisClusterClient.test.ts Outdated Show resolved Hide resolved
Signed-off-by: aaron-congo <[email protected]>
@Yury-Fridlyand Yury-Fridlyand merged commit a597a5d into valkey-io:main Jul 12, 2024
8 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the node/integ_acongo_sunion branch July 12, 2024 00:45
jonathanl-bq pushed a commit to jonathanl-bq/glide-for-redis that referenced this pull request Jul 12, 2024
* Node: add SUNION command

Signed-off-by: aaron-congo <[email protected]>
Yury-Fridlyand pushed a commit to Yury-Fridlyand/valkey-glide that referenced this pull request Jul 15, 2024
* Node: add SUNION command

Signed-off-by: aaron-congo <[email protected]>
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