Skip to main content

Documentation Index

Fetch the complete documentation index at: https://upstash-fix-issues-on-docs.mintlify.app/llms.txt

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

Arguments

keys
...string[]
required
One or more keys of JSON documents.
path
string
default:"$"
The path to get from the JSON document.

Response

The values at the specified path or null if the path does not exist.
const values = await redis.json.mget(["key1", "key2"],  "$.path.to.somewhere");