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 ab32e8c commit b2b7b77Copy full SHA for b2b7b77
content/commands/json.set/index.md
@@ -83,7 +83,7 @@ Returns one of these replies:
83
- A simple string reply: `OK` if executed correctly
84
- `nil`
85
- if `key` exists but `path` does not exist and cannot be created
86
- - if an `NX` or `XX` condition was unmet
+ - if an `NX` or `XX` condition is unmet
87
- 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" >}}).
0 commit comments