From 48674ee4580c4cfa8479b97fe491ca9bcaf0548c Mon Sep 17 00:00:00 2001 From: Chloe Yip Date: Thu, 15 Aug 2024 15:35:05 -0700 Subject: [PATCH] add remarks to base client Signed-off-by: Chloe Yip --- node/src/BaseClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/node/src/BaseClient.ts b/node/src/BaseClient.ts index 2533e5c09d..cf41d09a5a 100644 --- a/node/src/BaseClient.ts +++ b/node/src/BaseClient.ts @@ -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.