Skip to content

Commit 21b8f34

Browse files
authored
fix: typo JSON.ARRAPEND -> JSON>ARRAPPEND (#1429)
1 parent bb06ec3 commit 21b8f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/commands/json.arrappend/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ is JSONPath to specify. Default is root `$`.
6767

6868
## Return value
6969

70-
`JSON.ARRAPEND` returns an [array]({{< relref "develop/reference/protocol-spec#resp-arrays" >}}) of integer replies for each path, the array's new size, or `nil`, if the matching JSON value is not an array.
70+
`JSON.ARRAPPEND` returns an [array]({{< relref "develop/reference/protocol-spec#resp-arrays" >}}) of integer replies for each path, the array's new size, or `nil`, if the matching JSON value is not an array.
7171
For more information about replies, see [Redis serialization protocol specification]({{< relref "/develop/reference/protocol-spec" >}}).
7272

7373
## Examples
@@ -82,7 +82,7 @@ redis> JSON.SET item:1 $ '{"name":"Noise-cancelling Bluetooth headphones","descr
8282
OK
8383
{{< / highlight >}}
8484

85-
Add color `blue` to the end of the `colors` array. `JSON.ARRAPEND` returns the array's new size.
85+
Add color `blue` to the end of the `colors` array. `JSON.ARRAPPEND` returns the array's new size.
8686

8787
{{< highlight bash >}}
8888
redis> JSON.ARRAPPEND item:1 $.colors '"blue"'

0 commit comments

Comments
 (0)