const get = async (req, h) => { let books = await redis.get("books"); if (!books) { books = await Book.find(); // set expired with redis.set('key', 'value!
確定! 回上一頁