JSON

📄️ JSON.ARRAPPENDAppend one or more json values into the array at path after the last element in it.

📄️ JSON.ARRINDEXReturns the index of the first occurrence of a JSON scalar value in the array at path

📄️ 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.ARRTRIMTrims the array at path to contain only the specified inclusive range of indices from start to stop

📄️ 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.DELDeletes a value

📄️ JSON.FORGETDeletes a value

📄️ 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

📄️ JSON.TOGGLEToggles a boolean value

📄️ JSON.TYPEReturns the type of the JSON value at path