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?