Mention hiredis installation option.

See https://github.com/django/asgi_redis/issues/56
This commit is contained in:
Artem Malyshev 2017-08-05 16:02:09 +03:00
parent e3ff3e8635
commit 8c86a29761

View File

@ -32,6 +32,14 @@ but you can override this with the ``hosts`` key in its config::
}, },
} }
Consider `hiredis`_ library installation to improve layer performance::
pip install hiredis
It will be used automatically if it's installed.
.. _hiredis: https://github.com/redis/hiredis-py
Sharding Sharding
~~~~~~~~ ~~~~~~~~