2023年8月31日
摘要: # Fastapi中的celery定时任务 ## 一、安装celery和redis ```python 1.安装celery和redis pip install celery redis ``` ## 二、连接redis 1. windows下载redis 下载地址:https://github.c 阅读全文
posted @ 2023-08-31 14:15 zhangbinn 阅读(207) 评论(0) 推荐(0) 编辑