mirror of https://github.com/grafana/grafana.git
Docs: Document `remote_cache` is only used if a remote database is used (#104779)
* Document `remote_cache` is only used if a remote database is used * Update _index.md --------- Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
This commit is contained in:
parent
db845ed8de
commit
19a65a4865
|
@ -479,7 +479,11 @@ Set to `true` to add metrics and tracing for database queries. The default value
|
|||
|
||||
### `[remote_cache]`
|
||||
|
||||
Caches authentication details and session information in the configured database, Redis or Memcached. This setting does not configure [Query Caching in Grafana Enterprise](../../administration/data-source-management/#query-and-resource-caching).
|
||||
Caches authentication tokens and other temporary authentication-related data in the configured database, Redis, or Memcached. This setting doesn't configure [Query Caching in Grafana Enterprise](../../administration/data-source-management/#query-and-resource-caching).
|
||||
|
||||
{{< admonition type="note" >}}
|
||||
This setting doesn't control user session storage. User sessions are _always_ stored in the main database configured in `[database]` regardless of your `[remote_cache]` settings.
|
||||
{{< /admonition >}}
|
||||
|
||||
#### `type`
|
||||
|
||||
|
|
Loading…
Reference in New Issue