Skip to content

Commit

Permalink
Implement JSON.ARRAPPEND
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 27, 2023
1 parent f7f2f77 commit feb82ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions docs/redis-commands/implemented_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,10 @@ Appends a string to a JSON string value at path

Returns the length of the JSON String at path in key

### [JSON.ARRAPPEND](https://redis.io/commands/json.arrappend/)

Append one or more json values into the array at path after the last element in it.

### [JSON.ARRLEN](https://redis.io/commands/json.arrlen/)

Returns the length of the array at path
Expand Down
4 changes: 0 additions & 4 deletions docs/redis-commands/unimplemented_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,10 +882,6 @@ Increments the numeric value at path by a value

Multiplies the numeric value at path by a value

### [JSON.ARRAPPEND](https://redis.io/commands/json.arrappend/)

Append one or more json values into the array at path after the last element in it.

### [JSON.ARRINDEX](https://redis.io/commands/json.arrindex/)

Returns the index of the first occurrence of a JSON scalar value in the array at path
Expand Down

0 comments on commit feb82ec

Please sign in to comment.