From 451bc9f7ba6339241a4c2f17bc97167a3730d531 Mon Sep 17 00:00:00 2001 From: cedarkuo Date: Fri, 14 Jan 2022 11:19:59 +0800 Subject: [PATCH] Add redis to index cache support type list. Signed-off-by: cedarkuo --- docs/components/store.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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