mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
redis_return: add unix_socket_path to docs
This commit is contained in:
parent
ee9f533765
commit
d86fbe5bdd
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue