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