Skip to content

Commit 9b6a657

Browse files
committed
thomasgauvin: remove ideal, which is repeated from first paragraph
1 parent 3477ba3 commit 9b6a657

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/content/docs/kv/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,15 @@ Create a global, low-latency, key-value data storage.
2525

2626
<Plan type="workers-all" />
2727

28-
Workers KV is a data storage that allows you to store and retrieve data globally. With Workers KV, you can build dynamic and performant APIs and websites that support high read volumes with low latency.
28+
Workers KV is a data storage that allows you to store and retrieve data globally. With Workers KV, you can build dynamic and performant APIs and websites
29+
that support high read volumes with low latency.
2930

3031
For example, you can use Workers KV for:
3132

3233
- Caching API responses.
3334
- Storing user configurations / preferences.
3435
- Storing user authentication details.
3536

36-
Workers KV is ideal for projects that require:
37-
38-
- High volumes of reads and/or repeated reads to the same keys.
39-
- Globally distributed data.
40-
4137
Access your Workers KV namespace from Cloudflare Workers using [Workers Bindings](/workers/runtime-apis/bindings/) or from your external application using the REST API:
4238

4339
<Tabs>

0 commit comments

Comments
 (0)