redis_return: add unix_socket_path to docs

This commit is contained in:
Ronald van Zantvoort 2018-04-26 16:00:33 +02:00
parent ee9f533765
commit d86fbe5bdd
No known key found for this signature in database
GPG key ID: D3DE53B7EFF75061

View file

@ -12,6 +12,15 @@ config, these are the defaults:
redis.host: 'salt'
redis.port: 6379
.. versionadded:: 2018.3.1
Alternatively a UNIX socket can be specified by `unix_socket_path`:
.. code-block:: yaml
redis.db: '0'
redis.unix_socket_path: /var/run/redis/redis.sock
Cluster Mode Example:
.. code-block:: yaml