Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
const stats = await redis.functions.stats() console.log(stats) // { // engines: { // LUA: { // librariesCount: 3, // functionsCount: 15 // } // } // }
Return information about the function running engine.
LUA
Show child attributes
Was this page helpful?