python消息队列 - wongxinjie/wongxinjie.github.io GitHub Wiki

####RQ RQ官网
RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry. It can be integrated in your web stack easily. ####huey huey文档 ####Celery Celery官网