From 002eee873efac7e5aea90868810c596b20e3ab95 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 24 Nov 2011 17:21:14 +0100 Subject: [PATCH] Add lightweight claim. --- index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index b3325b8f..3dca2b35 100644 --- a/index.md +++ b/index.md @@ -3,9 +3,12 @@ title: "RQ: Simple job queues for Python" layout: default --- -RQ (_Redis Queue_) is a lightweight 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. +RQ (_Redis Queue_) is a lightweight* 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. + +

+* It is under 20 kB in size and under 500 lines of code.

## Getting started