Skip to main content
To query inside JSON values (full-text, fuzzy, phrase, regex), see Upstash Redis Search.

JSON.ARRAPPEND

Append values to JSON array

JSON.ARRINDEX

Find index of value in array

JSON.ARRINSERT

Insert values into JSON array

JSON.ARRLEN

Get JSON array length

JSON.ARRPOP

Pop value from JSON array

JSON.ARRTRIM

Trim JSON array to range

JSON.CLEAR

Clear JSON values

JSON.DEL

Delete JSON values

JSON.DEBUG

Inspect JSON memory usage

JSON.FORGET

Delete JSON values (alias of JSON.DEL)

JSON.GET

Get JSON values

JSON.MERGE

Merge JSON values

JSON.MGET

Get values from multiple keys

JSON.MSET

Set values in multiple keys

JSON.NUMINCRBY

Increment JSON number

JSON.NUMMULTBY

Multiply JSON number

JSON.OBJKEYS

Get JSON object keys

JSON.OBJLEN

Get JSON object size

JSON.RESP

Get JSON in RESP format

JSON.SET

Set JSON value

JSON.STRAPPEND

Append to JSON string

JSON.STRLEN

Get JSON string length

JSON.TOGGLE

Toggle JSON boolean

JSON.TYPE

Get JSON value type