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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ title: JSON.MGET
32
32
---
33
33
Return the values at `path` from multiple `key` arguments
34
34
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).
Copy file name to clipboardExpand all lines: content/commands/json.mset/index.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ Set or update one or more JSON values according to the specified `key`-`path`-`v
43
43
44
44
A JSON value is a hierarchical structure. If you change a value in a specific path - nested values are affected.
45
45
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).
0 commit comments