Skip to main content

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.mset([(key, "$.path", value), (key2, "$.path2", value2)])