From ecccb2c5fc2d92cc7766b6267d28c4977a30e86d Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Wed, 4 Dec 2024 16:58:34 +0200 Subject: [PATCH] Update content/commands/json.mget/index.md Co-authored-by: David Dougherty --- content/commands/json.mget/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commands/json.mget/index.md b/content/commands/json.mget/index.md index 8fe71572d..953cf4326 100644 --- a/content/commands/json.mget/index.md +++ b/content/commands/json.mget/index.md @@ -35,7 +35,7 @@ Return the values at `path` from multiple `key` arguments {{% warning %}} When cluster mode is enabled, all specified keys must reside on the same [hash slot](https://redis.io/docs/latest/operate/oss_and_stack/reference/cluster-spec/#key-distribution-model). -When the database has more than one shard and the specified keys reside in different shards, a CROSSSLOT error will not be reported and the results may be partial. +When the database has more than one shard, and the specified keys reside in different shards, Redis will not report a CROSSSLOT error, and the results may be partial. {{% /warning %}} [Examples](#examples)