From ddbf04f64c23f5b7de312f346bf93f8237004587 Mon Sep 17 00:00:00 2001 From: Thomas Belian <72987757+bt909@users.noreply.github.com> Date: Wed, 9 Jun 2021 08:56:13 +0200 Subject: [PATCH] Change redis configuration value for enabling TLS to correct syntax (#3798) enable_tls: true doesn't work and this syntax is taken from cortex documentation, works, and is tested with AWS ElastiCache Redis cluster --- docs/sources/configuration/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index 3a230feab184f..94a81d7f0b5d4 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -1495,8 +1495,8 @@ redis: [password: ] # Enables connecting to redis with TLS. - # CLI flag: -.redis.enable-tls - [enable_tls: | default = false] + # CLI flag: -.redis.tls-enabled + [tls_enabled: | default = false] # Close connections after remaining idle for this duration. # If the value is zero, then idle connections are not closed.