docs: adjusted for multiple brokers

This commit is contained in:
Ilan Steemers
2015-09-06 14:48:33 +02:00
parent 44473ca408
commit 5e5bf2cc8d
6 changed files with 171 additions and 22 deletions
+7 -5
View File
@@ -19,7 +19,8 @@ Installation
$ python manage.py migrate
- Make sure you have a `Redis <http://redis.io/>`__ server running
somewhere and know how to connect to it.
somewhere and know how to connect to it or configure one of the alternative :doc:`brokers`.
Requirements
------------
@@ -47,10 +48,6 @@ Django Q is tested for Python 2.7 and 3.4
This feature-filled fork of Erik Rose's blessings project provides the terminal layout of the monitor.
- `Redis server <http://redis.io/>`__
Django Q uses Redis as a centralized hub between your Django instances and your Q clusters.
Optional
~~~~~~~~
@@ -65,3 +62,8 @@ Optional
$ pip install hiredis
- `Redis <http://redis.io/>`__ server is the default broker for Django Q. It provides the best performance and does not require Django's cache framework for monitoring.
- `Disque <https://github.com/antirez/disque>`__ server is based on Redis by the same author, but focuses on reliable queues. Currently in Alpha, but highly recommended. You can either build it from source or use it on Heroku through the `Tynd <https://disque.tynd.co/>`__ beta.