RQ 是否支持 Redis.asyncio.Redis?
作者: itsdkey创建于 2025年6月5日更新于 2026年7月22日
Currently, I'm implementing a FastAPI app where I would like to add Redis and RQ for task management. To keep things in the "async" matter, I decided to use Redis from the `Redis.asyncio` module, which supports async calls. However, when I tried to use RQ for my queues, as the connection, there is an error that I cannot work around because Redis.info returns a coroutine.
内容来源: rq/rq