Skip to content

Commit

Permalink
add remarks to base client
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe Yip <[email protected]>
  • Loading branch information
cyip10 committed Aug 15, 2024
1 parent d679285 commit 48674ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3424,6 +3424,7 @@ export class BaseClient {
* To get the result directly, see {@link zunionWithScores}.
*
* @see {@link https://valkey.io/commands/zunionstore/|valkey.io} for details.
* @remarks When in cluster mode, all keys in `keys` must map to the same hash slot.
* @param destination - The key of the destination sorted set.
* @param keys - The keys of the sorted sets with possible formats:
* string[] - for keys only.
Expand Down

0 comments on commit 48674ee

Please sign in to comment.