from aioredis import create_redis_pool, Redis from fastapi import FastAPI app = FastAPI() ... 我们可以看到redis存储了我们的数据,我们的接口也正常返回了。
確定! 回上一頁