Commands

JSON.ARRAPPEND

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

Read more

JSON.ARRINDEX

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

Read more

JSON.ARRINSERT

Inserts the JSON scalar(s) value at the specified index in the array at path

Read more

JSON.ARRLEN

Returns the length of the array at path

Read more

JSON.ARRPOP

Removes and returns the element at the specified index in the array at path

Read more

JSON.ARRTRIM

Trims the array at path to contain only the specified inclusive range of indices from start to stop

Read more

JSON.CLEAR

Clears all values from an array or an object and sets numeric values to `0`

Read more

JSON.DEBUG MEMORY

Reports the size in bytes of a key

Read more

JSON.GET

Gets the value at one or more paths in JSON serialized form

Read more

JSON.MERGE

Merges a given JSON value into matching paths. Consequently, JSON values at matching paths are updated, deleted, or expanded with new children

Read more

JSON.MGET

Returns the values at a path from one or more keys

Read more

JSON.MSET

Sets or updates the JSON value of one or more keys

Read more

JSON.NUMINCRBY

Increments the numeric value at path by a value

Read more

JSON.NUMMULTBY

Multiplies the numeric value at path by a value

Read more

JSON.OBJKEYS

Returns the JSON keys of the object at path

Read more

JSON.OBJLEN

Returns the number of keys of the object at path

Read more

JSON.RESP

Returns the JSON value at path in Redis Serialization Protocol (RESP)

Read more

JSON.SET

Sets or updates the JSON value at a path

Read more

JSON.STRAPPEND

Appends a string to a JSON string value at path

Read more

JSON.STRLEN

Returns the length of the JSON String at path in key

Read more

JSON.TYPE

Returns the type of the JSON value at path

Read more