Getting the facts right here.

This commit is contained in:
Vincent Driessen 2011-11-26 13:46:22 +01:00
parent 767ad519c2
commit 373aeb214e
1 changed files with 1 additions and 3 deletions

View File

@ -1,11 +1,9 @@
# WARNING: DON'T USE THIS IN PRODUCTION (yet)
RQ (_Redis Queue_) is a lightweight<sup>*</sup> Python library for queueing
jobs and processing them in the background with workers. It is backed by Redis
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>
<sup>*</sup> It is under 20 kB in size and just over 500 lines of code.</p>
## Getting started