You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/query-caching.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,5 +28,5 @@ services.AddGraphQL();
28
28
```
29
29
30
30
:::note
31
-
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.
31
+
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.
0 commit comments