From 447e56b557310517f3e3fd1e0e1a5cac3d220bc5 Mon Sep 17 00:00:00 2001 From: chrisharbro <102977229+chrisharbro@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:31:55 -0600 Subject: [PATCH] Fix typos (#61318) Redis was called Rediss twice, this was the source of some confusion. --- .../configure-grafana/enterprise-configuration/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md b/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md index d30deab8b21..2515c40af09 100644 --- a/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md +++ b/docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md @@ -456,7 +456,7 @@ The default is `25`. ### url -The full Redis URL of your Redis server. For example: `redis://username:password@localhost:6739/0`. To enable TLS, use the `rediss` scheme. +The full Redis URL of your Redis server. For example: `redis://username:password@localhost:6739/0`. To enable TLS, use the `redis` scheme. The default is `"redis://localhost:6379"`. @@ -467,7 +467,7 @@ If you use the full Redis URLs, then you can specify the scheme, username, and p > **Note:** If you have specify `cluster`, the value for `url` is ignored. -> **Note:** You can enable TLS for cluster mode using the `rediss` scheme in Grafana Enterprise v8.5 and later versions. +> **Note:** You can enable TLS for cluster mode using the `redis` scheme in Grafana Enterprise v8.5 and later versions. ### prefix