JSON
📄️ JSON.ARRAPPENDAppend one or more json values into the array at path after the last element in it.
📄️ JSON.ARRINSERTInserts the JSON scalar(s) value at the specified index in the array at path
📄️ JSON.ARRLENReturns the length of the array at path
📄️ JSON.ARRPOPRemoves and returns the element at the specified index in the array at path
📄️ JSON.CLEARClears all values from an array or an object and sets numeric values to `0`
📄️ JSON.DEBUG HELPShows helpful information
📄️ JSON.DEBUGDebugging container command
📄️ JSON.GETGets the value at one or more paths in JSON serialized form
📄️ JSON.MGETReturns the values at a path from one or more keys
📄️ JSON.NUMINCRBYIncrements the numeric value at path by a value
📄️ JSON.NUMMULTBYMultiplies the numeric value at path by a value
📄️ JSON.OBJKEYSReturns the JSON keys of the object at path
📄️ JSON.OBJLENReturns the number of keys of the object at path
📄️ JSON.RESPReturns the JSON value at path in Redis Serialization Protocol (RESP)
📄️ JSON.SETSets or updates the JSON value at a path
📄️ JSON.STRAPPENDAppends a string to a JSON string value at path
📄️ JSON.STRLENReturns the length of the JSON String at path in key