from aioredis import create_redis_pool, Redis; from fastapi import FastAPI; app = FastAPI(); async def get_redis_pool() -> Redis:
確定! 回上一頁