Skip to content

Commit

Permalink
Change redis configuration value for enabling TLS to correct syntax (#…
Browse files Browse the repository at this point in the history
…3798)

enable_tls: true doesn't work and this syntax is taken from cortex documentation, works, and is tested with AWS ElastiCache Redis cluster
  • Loading branch information
bt909 authored Jun 9, 2021
1 parent 110ff6f commit ddbf04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1495,8 +1495,8 @@ redis:
[password: <string>]
# Enables connecting to redis with TLS.
# CLI flag: -<prefix>.redis.enable-tls
[enable_tls: <boolean> | default = false]
# CLI flag: -<prefix>.redis.tls-enabled
[tls_enabled: <boolean> | default = false]
# Close connections after remaining idle for this duration.
# If the value is zero, then idle connections are not closed.
Expand Down

0 comments on commit ddbf04f

Please sign in to comment.