mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
Fix typos (#61318)
Redis was called Rediss twice, this was the source of some confusion.
This commit is contained in:
parent
2d1faae0b5
commit
447e56b557
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user