Skip to content

Commit

Permalink
Add redis to index cache support type list.
Browse files Browse the repository at this point in the history
Signed-off-by: cedarkuo <[email protected]>
  • Loading branch information
cedarkuo committed Jan 14, 2022
1 parent 629885f commit 451bc9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/components/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 451bc9f

Please sign in to comment.