redis_cache: document UNIX socket access

This commit is contained in:
Ronald van Zantvoort 2018-04-26 15:57:20 +02:00
parent 5337558a5a
commit ee9f533765
No known key found for this signature in database
GPG key ID: D3DE53B7EFF75061

View file

@ -100,6 +100,12 @@ db: ``'0'``
password:
Redis connection password.
unix_socket_path:
.. versionadded:: 2018.3.1
Path to a UNIX socket for access. Overrides `host` / `port`.
Configuration Example:
.. code-block:: yaml