Skip to content

Commit

Permalink
add 'since' section
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 15, 2024
1 parent 9d5e084 commit 8fb23df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node/src/BaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,8 @@ export class BaseClient {
*
* When in cluster mode, all keys in `keys` must map to the same hash slot.
*
* since - Valkey version 6.2.0.
*
* See https://valkey.io/commands/zinter/ for more details.
*
* @param keys - The keys of the sorted sets.
Expand Down Expand Up @@ -2020,6 +2022,8 @@ export class BaseClient {
*
* When in cluster mode, all keys in `keys` must map to the same hash slot.
*
* since - Valkey version 6.2.0.
*
* See https://valkey.io/commands/zunion/ for more details.
*
* @param keys - The keys of the sorted sets.
Expand Down
4 changes: 4 additions & 0 deletions node/src/Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,8 @@ export class BaseTransaction<T extends BaseTransaction<T>> {
*
* When in cluster mode, all keys in `keys` must map to the same hash slot.
*
* since - Valkey version 6.2.0.
*
* See https://valkey.io/commands/zinter/ for more details.
*
* @param keys - The keys of the sorted sets.
Expand Down Expand Up @@ -1138,6 +1140,8 @@ export class BaseTransaction<T extends BaseTransaction<T>> {
*
* When in cluster mode, all keys in `keys` must map to the same hash slot.
*
* since - Valkey version 6.2.0.
*
* See https://valkey.io/commands/zunion/ for more details.
*
* @param keys - The keys of the sorted sets.
Expand Down

0 comments on commit 8fb23df

Please sign in to comment.