You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/commands/json.mget/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Return the values at `path` from multiple `key` arguments
35
35
{{% warning %}}
36
36
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).
37
37
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.
0 commit comments