Skip to content

Commit

Permalink
adds support for django-redis connections
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jul 6, 2015
1 parent 831427b commit ef7806e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/install.rst
Expand Up @@ -109,6 +109,8 @@ Connection settings for Redis. Defaults::

For more information on these settings please refer to the `Redis-py <https://github.com/andymccurdy/redis-py>`__ documentation

.. _django_redis:

django_redis
~~~~~~~~~~~~

Expand Down
5 changes: 5 additions & 0 deletions docs/tasks.rst
Expand Up @@ -42,6 +42,11 @@ When you are making individual calls to :func:`async` a lot though, it can help
for i in range(50):
async('math.modf', 2.5, redis=redis_client)
.. tip::

If you are using `django-redis <https://github.com/niwinz/django-redis>`__ , you can :ref:`configure <django_redis>` Django Q to use its connection pool.


Reference
---------

Expand Down

0 comments on commit ef7806e

Please sign in to comment.