Json
JSON.MSET
Sets multiple JSON values at multiple paths in multiple keys.
Arguments
A list of objects where each tuple contains a key, a path, and a value.
Type of value (TData
) can be Array<number>
, string
, boolean
, Record<string, any>
, or Array<any>
.
Response
Returns “OK” if the command was successful.
Was this page helpful?