module.exports = async function (fastify, opts) { fastify.get( '/cached', ... const data = await connection.execute(sql) fastify.cache.set(key, data.rows, ...
確定! 回上一頁