Get the same path from multiple JSON documents.
const values = await redis.json.mget(["key1", "key2"], "$.path.to.somewhere");
One or more keys of JSON documents.
The path to get from the JSON document.
The values at the specified path or null if the path does not exist.
null
Was this page helpful?