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.

Response

Stats about the engines and functions.
Currently, LUA is the only supported engine.
const stats = await redis.functions.stats()

console.log(stats)
// {
//   engines: {
//     LUA: {
//       librariesCount: 3,
//       functionsCount: 15
//     }
//   }
// }