from aioredis import create_redis_pool, Redis from fastapi import FastAPI, Request, Query app = FastAPI() async def get_redis_pool() ...
確定! 回上一頁