Skip to content

Commit 24f67ef

Browse files
authored
JSON.MGET, JSON.MSET - add warning (#496)
* JSON.MGET, JSON.MSET - add warning * Update JSON.MSET * Update index.md
1 parent 021f203 commit 24f67ef

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

content/commands/json.mget/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ title: JSON.MGET
3232
---
3333
Return the values at `path` from multiple `key` arguments
3434

35+
{{% warning %}}
36+
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+
{{% /warning %}}
38+
3539
[Examples](#examples)
3640

3741
## Required arguments

content/commands/json.mset/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Set or update one or more JSON values according to the specified `key`-`path`-`v
4343

4444
A JSON value is a hierarchical structure. If you change a value in a specific path - nested values are affected.
4545

46+
{{% warning %}}
47+
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).
48+
{{% /warning %}}
4649

4750
[Examples](#examples)
4851

0 commit comments

Comments
 (0)