From 4de555db87d38d69b78602c1e1d0fb8ed6e0371b Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Mon, 4 Jul 2022 02:23:53 +0800 Subject: [PATCH] docs: Fix heading level of "Excluded from caching" (#5455) --- docs/components/query-frontend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/query-frontend.md b/docs/components/query-frontend.md index 657ad506c6..f17897fb33 100644 --- a/docs/components/query-frontend.md +++ b/docs/components/query-frontend.md @@ -34,9 +34,9 @@ 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 +#### Excluded from caching * Requests that support deduplication and having it disabled with `dedup=false`. Read more about deduplication in [Dedup documentation](query.md#deduplication-enabled). * Requests that specify Store Matchers.