[Docs 9.4x] - Manual backport, Clarify necessary rediss scheme for TLS with redis caching (#72122) (#72647)
Clarify necessary rediss scheme for TLS with redis caching (#72122)
Update index.md
To enable TLS with Redis you must use the `rediss` scheme, not the `redis` scheme. This is documented here: https://www.iana.org/assignments/uri-schemes/prov/rediss
(cherry picked from commit e03303997a)
Co-authored-by: chrisharbro <102977229+chrisharbro@users.noreply.github.com>
This commit is contained in:
co-authored by
chrisharbro
parent
14ca449530
commit
257a489d38
@@ -464,7 +464,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 `redis` scheme.
|
||||
The full Redis URL of your Redis server. For example: `redis://username:password@localhost:6379`. To enable TLS, use the `rediss` scheme.
|
||||
|
||||
The default is `"redis://localhost:6379"`.
|
||||
|
||||
@@ -475,7 +475,9 @@ 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 `redis` scheme in Grafana Enterprise v8.5 and later versions.
|
||||
{{% admonition type="note" %}}
|
||||
You can enable TLS for cluster mode using the `rediss` scheme in Grafana Enterprise v8.5 and later versions.
|
||||
{{% /admonition %}}
|
||||
|
||||
### prefix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user