Update exposed-redis.yaml

Detect TLS enabled Redis and TLS enabled Azure Cache for Redis
patch-1
Ricardo 2023-05-11 15:27:52 +01:00 committed by GitHub
parent 8427b7d881
commit fad493fcfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@ tcp:
host:
- "{{Hostname}}"
- "{{Host}}:6379"
- "tls://{Hostname}}"
- "tls://{{Host}}:6380"
read-size: 2048
matchers-condition: and
@ -31,3 +33,4 @@ tcp:
- "redis_mode:sentinel"
# Enhanced by mp on 2022/07/20
# Enhanced by vibrio on 2023/05/11