await redis.json.mset([ { key: key, path: "$.path", value: value}, { key: key2, path: "$.path2", value: value2} ])
Sets multiple JSON values at multiple paths in multiple keys.
TData
Array<number>
string
boolean
Record<string, any>
Array<any>
Was this page helpful?