mirror of
https://github.com/django/daphne.git
synced 2025-08-04 10:30:08 +03:00
Mention hiredis installation option.
See https://github.com/django/asgi_redis/issues/56
This commit is contained in:
parent
e3ff3e8635
commit
8c86a29761
|
@ -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
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user