mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
redis_cache: document UNIX socket access
This commit is contained in:
parent
5337558a5a
commit
ee9f533765
1 changed files with 6 additions and 0 deletions
6
salt/cache/redis_cache.py
vendored
6
salt/cache/redis_cache.py
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue