Add lightweight claim.

This commit is contained in:
Vincent Driessen 2011-11-24 17:21:14 +01:00
parent 883863e028
commit 002eee873e
1 changed files with 6 additions and 3 deletions

View File

@ -3,9 +3,12 @@ title: "RQ: Simple job queues for Python"
layout: default layout: default
--- ---
RQ (_Redis Queue_) is a lightweight Python library for queueing jobs and RQ (_Redis Queue_) is a lightweight<sup>*</sup> Python library for queueing
processing them in the background with workers. It is backed by Redis and it jobs and processing them in the background with workers. It is backed by Redis
is extremely simple to use. and it is extremely simple to use.
<p style="font-size: 80%; text-align: right; font-style: italic">
<sup>*</sup> It is under 20 kB in size and under 500 lines of code.</p>
## Getting started ## Getting started