JSON
📄️ JSON.ARRINSERT Inserts the JSON scalar(s) value at the specified index in the array at path
📄️ JSON.ARRLEN Returns the length of the array at path
📄️ JSON.ARRPOP Removes and returns the element at the specified index in the array at path
📄️ JSON.CLEAR Clears all values from an array or an object and sets numeric values to `0`
📄️ JSON.DEBUG HELP Shows helpful information
📄️ JSON.DEBUG Debugging container command
📄️ JSON.FORGET Deletes a value
📄️ JSON.GET Gets the value at one or more paths in JSON serialized form
📄️ JSON.MGET Returns the values at a path from one or more keys
📄️ JSON.NUMINCRBY Increments the numeric value at path by a value
📄️ JSON.NUMMULTBY Multiplies the numeric value at path by a value
📄️ JSON.OBJKEYS Returns the JSON keys of the object at path
📄️ JSON.OBJLEN Returns the number of keys of the object at path
📄️ JSON.RESP Returns the JSON value at path in Redis Serialization Protocol (RESP)
📄️ JSON.SET Sets or updates the JSON value at a path
📄️ JSON.STRAPPEND Appends a string to a JSON string value at path
📄️ JSON.STRLEN Returns the length of the JSON String at path in key