Skip to content

Commit dc1e301

Browse files
authored
Update in-memory.mdx
1 parent 071dcc3 commit dc1e301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/routing/performance/caching/in-memory.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ With router v1.61.0+ and v2.x+, if you have enabled exposing query plans via `-
9191
- `true`: Returns a human-readable string and JSON blob of the query plan while still executing the query to fetch data.
9292
- `dry-run`: Generates the query plan and aborts without executing the query.
9393

94-
After using `dry-run`, query plans are saved to your configured cache locations, making it useful for pre-warming internal or external caches. Using real, mirrored, or similar to production operations is a great way to warmup the caches before transitioning traffic to new router instances.
94+
After using `dry-run`, query plans are saved to your configured cache locations. Using real, mirrored, or similar to production operations is a great way to warmup the caches before transitioning traffic to new router instances.
9595

9696
## Caching automatic persisted queries (APQ)
9797

0 commit comments

Comments
 (0)