mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
redis_cache fix code blox in docs
This commit is contained in:
parent
40e67747ee
commit
e6605f1c78
1 changed files with 3 additions and 3 deletions
6
salt/cache/redis_cache.py
vendored
6
salt/cache/redis_cache.py
vendored
|
@ -74,7 +74,7 @@ cluster.startup_nodes:
|
|||
A list of host, port dictionaries pointing to cluster members. At least one is required
|
||||
but multiple nodes are better
|
||||
|
||||
.. code-block::yaml
|
||||
.. code-block:: yaml
|
||||
|
||||
cache.redis.cluster.startup_nodes
|
||||
- host: redis-member-1
|
||||
|
@ -102,7 +102,7 @@ password:
|
|||
|
||||
Configuration Example:
|
||||
|
||||
.. code-block::yaml
|
||||
.. code-block:: yaml
|
||||
|
||||
cache.redis.host: localhost
|
||||
cache.redis.port: 6379
|
||||
|
@ -115,7 +115,7 @@ Configuration Example:
|
|||
|
||||
Cluster Configuration Example:
|
||||
|
||||
.. code-block::yaml
|
||||
.. code-block:: yaml
|
||||
|
||||
cache.redis.cluster_mode: true
|
||||
cache.redis.cluster.skip_full_coverage_check: true
|
||||
|
|
Loading…
Add table
Reference in a new issue