Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/commands/json.mget/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ 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.
{{% /warning %}}

[Examples](#examples)
Expand Down
Loading