JSON

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

    📄️ JSON.ARRLENReturns the length of the array at path

    📄️ JSON.ARRTRIMTrims the array at path to contain only the specified inclusive range of indices from start to stop

    📄️ JSON.DEBUGDebugging container command

    📄️ JSON.FORGETDeletes a value

    📄️ JSON.MGETReturns the values at a path from one or more keys

    📄️ JSON.OBJKEYSReturns the JSON keys of the object at path

    📄️ JSON.RESPReturns the JSON value at path in Redis Serialization Protocol (RESP)

    📄️ JSON.STRAPPENDAppends a string to a JSON string value at path

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