From fa89141dca6b5eec342444db457a38b9aae9bb63 Mon Sep 17 00:00:00 2001 From: Bjarte Aarmo Lund Date: Thu, 28 Nov 2024 14:44:25 +0100 Subject: [PATCH] Correct minor typo: the cache technology is named redis, not reddis --- docs/reference/query-caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-caching.md b/docs/reference/query-caching.md index 7e2e453..c59830a 100644 --- a/docs/reference/query-caching.md +++ b/docs/reference/query-caching.md @@ -28,5 +28,5 @@ services.AddGraphQL(); ``` :::note -Because a query plan contains function pointers and references to local graph types, the default query cache is restricted to being "in process" for a single server instance and does not scale out to reddis or other similar technologies. +Because a query plan contains function pointers and references to local graph types, the default query cache is restricted to being "in process" for a single server instance and does not scale out to redis or other similar technologies. :::