Update exposed-redis.yaml
Detect TLS enabled Redis and TLS enabled Azure Cache for Redispatch-1
parent
8427b7d881
commit
fad493fcfb
|
@ -18,6 +18,8 @@ tcp:
|
||||||
host:
|
host:
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
- "{{Host}}:6379"
|
- "{{Host}}:6379"
|
||||||
|
- "tls://{Hostname}}"
|
||||||
|
- "tls://{{Host}}:6380"
|
||||||
read-size: 2048
|
read-size: 2048
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
|
@ -31,3 +33,4 @@ tcp:
|
||||||
- "redis_mode:sentinel"
|
- "redis_mode:sentinel"
|
||||||
|
|
||||||
# Enhanced by mp on 2022/07/20
|
# Enhanced by mp on 2022/07/20
|
||||||
|
# Enhanced by vibrio on 2023/05/11
|
||||||
|
|
Loading…
Reference in New Issue