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: src/content/docs/kv/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Workers KV is ideal for projects that require:
38
38
- High volumes of reads and/or repeated reads to the same keys.
39
39
- Globally distributed data.
40
40
41
-
Access your Workers KV namespace from Cloudflare Workers using the Workers Binding API or from your external application using the REST API:
41
+
Access your Workers KV namespace from Cloudflare Workers using [Workers Bindings](/workers/runtime-apis/bindings/) or from your external application using the REST API:
0 commit comments