diff --git a/docs/components/store.md b/docs/components/store.md index 79fee0960a..ff4937b002 100644 --- a/docs/components/store.md +++ b/docs/components/store.md @@ -246,10 +246,11 @@ Check more [here](../sharding.md). ## Index cache -Thanos Store Gateway supports an index cache to speed up postings and series lookups from TSDB blocks indexes. Two types of caches are supported: +Thanos Store Gateway supports an index cache to speed up postings and series lookups from TSDB blocks indexes. Three types of caches are supported: - `in-memory` (*default*) - `memcached` +- `redis` ### In-memory index cache