Skip to content
Merged
Changes from 2 commits
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, Redis will not report a CROSSSLOT error, and the results may be partial.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe give some saddle hint as to why and what's expected in the future?

Copy link
Member Author

@LiorKogan LiorKogan Dec 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oranagra nothing for the short term. For the longer term see "How can we address this issue for the long term?" in https://redislabs.atlassian.net/browse/MOD-7315

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i understand.. just suggesting that we add some hint in the text about that.
so users will have a clue that it was not intended, instead of asking why is it.

{{% /warning %}}

[Examples](#examples)
Expand Down
Loading