Commands

JSON.ARRAPPEND

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

Learn more →
Read more

JSON.ARRINDEX

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

Learn more →
Read more

JSON.ARRINSERT

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

Learn more →
Read more

JSON.ARRLEN

Returns the length of the array at path

Learn more →
Read more

JSON.ARRPOP

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

Learn more →
Read more

JSON.ARRTRIM

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

Learn more →
Read more

JSON.CLEAR

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

Learn more →
Read more

JSON.DEBUG

Debugging container command

Learn more →
Read more

JSON.DEBUG MEMORY

Reports the size in bytes of a key

Learn more →
Read more

JSON.GET

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

Learn more →
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

Learn more →
Read more

JSON.MGET

Returns the values at a path from one or more keys

Learn more →
Read more

JSON.MSET

Sets or updates the JSON value of one or more keys

Learn more →
Read more

JSON.NUMINCRBY

Increments the numeric value at path by a value

Learn more →
Read more

JSON.NUMMULTBY

Multiplies the numeric value at path by a value

Learn more →
Read more

JSON.OBJKEYS

Returns the JSON keys of the object at path

Learn more →
Read more

JSON.OBJLEN

Returns the number of keys of the object at path

Learn more →
Read more

JSON.RESP

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

Learn more →
Read more

JSON.SET

Sets or updates the JSON value at a path

Learn more →
Read more

JSON.STRAPPEND

Appends a string to a JSON string value at path

Learn more →
Read more

JSON.STRLEN

Returns the length of the JSON String at path in key

Learn more →
Read more

JSON.TOGGLE

Toggles a boolean value

Learn more →
Read more

JSON.TYPE

Returns the type of the JSON value at path

Learn more →
Read more