Arguments
List[Tuple[string, string, TValue]]
required
A list of tuples where each tuple contains a key, a path, and a value.
Response
Returns true if the operation was successful.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
redis.json.mset([(key, "$.path", value), (key2, "$.path2", value2)])
Sets multiple JSON values at multiple paths in multiple keys.
redis.json.mset([(key, "$.path", value), (key2, "$.path2", value2)])
Was this page helpful?