Skip to content

Commit

Permalink
Add redis as supported cache
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaonan Shen <s@sxn.dev>
  • Loading branch information
shenxn committed Jul 3, 2022
1 parent e14db24 commit 4a8a462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/query-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Query Frontend supports a retry mechanism to retry query when HTTP requests are

### Caching

Query Frontend supports caching query results and reuses them on subsequent queries. If the cached results are incomplete, Query Frontend calculates the required subqueries and executes them in parallel on downstream queriers. Query Frontend can optionally align queries with their step parameter to improve the cacheability of the query results. Currently, in-memory cache (fifo cache) and memcached are supported.
Query Frontend supports caching query results and reuses them on subsequent queries. If the cached results are incomplete, Query Frontend calculates the required subqueries and executes them in parallel on downstream queriers. Query Frontend can optionally align queries with their step parameter to improve the cacheability of the query results. Currently, in-memory cache (fifo cache), memcached, and redis are supported.

#### Excluded from caching

Expand Down

0 comments on commit 4a8a462

Please sign in to comment.