redis.json.set([(key, "$.path", value), (key2, "$.path2", value2)])

Arguments

key_path_value_tuples
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.

redis.json.set([(key, "$.path", value), (key2, "$.path2", value2)])