Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa184b0

Browse files
authored
docs(cloudflare): kv prefix (#136)
1 parent a23d240 commit aa184b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/cloudflare/caching.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ npx wrangler@latest kv namespace create <YOUR_NAMESPACE_NAME>
310310
The binding name used in your app's worker is `NEXT_INC_CACHE_KV`.
311311
The `WORKER_SELF_REFERENCE` service binding should be a self reference to your worker where `<WORKER_NAME>` is the name in your wrangler configuration file.
312312

313+
The prefix used by the cache keys can be configured with the `NEXT_INC_CACHE_KV_PREFIX` environment variable, and defaults to `incremental-cache`.
314+
313315
```jsonc
314316
// wrangler.jsonc
315317
{

0 commit comments

Comments
 (0)