const stats = await redis.functions.stats()console.log(stats)// {// engines: {// LUA: {// librariesCount: 3,// functionsCount: 15// }// }// }