Skip to main content

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
//     }
//   }
// }