We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33f45c commit ab32e8cCopy full SHA for ab32e8c
content/commands/json.set/index.md
@@ -84,7 +84,7 @@ Returns one of these replies:
84
- `nil`
85
- if `key` exists but `path` does not exist and cannot be created
86
- if an `NX` or `XX` condition was unmet
87
-- error if `key` does not exist and `path` is not root
+- error if `key` does not exist and `path` is not root (`.` or `$`)
88
89
For more information about replies, see [Redis serialization protocol specification]({{< relref "/develop/reference/protocol-spec" >}}).
90
0 commit comments