Skip to content

Commit

Permalink
docs: adds deprecation notice for redis caching (#9701)
Browse files Browse the repository at this point in the history
(cherry picked from commit f7a37ae)
  • Loading branch information
tacole02 authored and grafanabot committed Oct 21, 2024
1 parent d8d4caf commit 8ef3dd6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ description: "Learn how to configure Grafana Mimir to use external Redis as cach

# Configure Redis cache

{{< admonition type="caution" >}}
Starting with Mimir version 2.14, the experimental support for Redis caching is deprecated. It will be removed in a future release. You are encouraged to switch to Memcached.
{{< /admonition >}}

Besides support for Memcached, Mimir also supports Redis for the chunks-cache, index-cache, results-cache and metadata-cache. To use Redis, deploy Redis instances, disable the built-in Memcached configuration flag in values.yaml of `mimir-distributed` Helm chart, and then configure Mimir to use Redis.

To disable Memcached, remove any `chunks-cache`, `index-cache`, `metadata-cache` and `results-cache` configuration from your Helm `values.yaml` file. Alternatively, explicitly disable each of the Memcached instances by setting `enabled` to `false`:
Expand Down

0 comments on commit 8ef3dd6

Please sign in to comment.