|
|
|
@ -1,10 +1,12 @@
|
|
|
|
|
[![Build status](https://secure.travis-ci.org/nvie/rq.png?branch=master)](https://secure.travis-ci.org/nvie/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 should be integrated in your web stack
|
|
|
|
|
easily.
|
|
|
|
|
|
|
|
|
|
[![Build status](https://secure.travis-ci.org/nvie/rq.png?branch=master)](https://secure.travis-ci.org/nvie/rq)
|
|
|
|
|
|
|
|
|
|
[![Can I Use Python 3?](https://caniusepython3.com/project/rq.svg)](https://caniusepython3.com/project/rq)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
|
|
|
|
|
|