摘要: def register_redis(app: FastAPI) -> None: """ 把redis挂载到app对象上面 :param app: :return: """ @app.on_event('startup') async def startup_event(): """ 获取链接 : 阅读全文
posted @ 2024-12-09 16:54 Wchime 阅读(88) 评论(0) 推荐(0)