Skip to content

Commit ecccb2c

Browse files
Update content/commands/json.mget/index.md
Co-authored-by: David Dougherty <[email protected]>
1 parent 8c7e2fb commit ecccb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/json.mget/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Return the values at `path` from multiple `key` arguments
3535
{{% warning %}}
3636
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).
3737

38-
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.
38+
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.
3939
{{% /warning %}}
4040

4141
[Examples](#examples)

0 commit comments

Comments
 (0)