Skip to content

Commit 5343eb0

Browse files
authored
Correct minor typo: the cache technology is named redis, not reddis (#58)
1 parent 753f2fc commit 5343eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-caching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ services.AddGraphQL();
2828
```
2929

3030
:::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.
3232
:::

0 commit comments

Comments
 (0)