Skip to content

Commit ac3919a

Browse files
committed
Clarify KV operations bound by REST API limits
1 parent 484f9c7 commit ac3919a

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/kv/reference

1 file changed

+3
-3
lines changed

src/content/docs/kv/reference/faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Yes, you can use Workers KV outside of Workers by using the [REST API](/api/reso
2020
When choosing how to access Workers KV, consider the following:
2121

2222
- **Performance**: Accessing Workers KV via the [Workers Binding API](/kv/api/write-key-value-pairs/) is generally faster than using the [REST API](/api/resources/kv/), as it avoids the overhead of HTTP requests.
23-
- **Rate Limits**: Be aware of the different rate limits for each access method. [REST API](/api/resources/kv/) has a lower write rate limit compared to Workers Binding API. Refer to [What is KV's write rate limit?](/kv/reference/faq/#what-is-the-rate-limit-of-workers-kv)
23+
- **Rate Limits**: Be aware of the different rate limits for each access method. [REST API](/api/resources/kv/) has a lower write rate limit compared to Workers Binding API. Refer to [What is the rate limit of Workers KV?](/kv/reference/faq/#what-is-the-rate-limit-of-workers-kv)
2424

2525
### Why can I not immediately see the updated value of a key-value pair?
2626

@@ -41,9 +41,9 @@ No. A bulk request to Workers KV, regardless of the amount of keys included in t
4141

4242
### What is the rate limit of Workers KV?
4343

44-
Workers KV's write rate limit differs depending on the way you access it.
44+
Workers KV's rate limit differs depending on the way you access it.
4545

46-
When writing to Workers KV via the [REST API](/api/resources/kv/), the write rate limit is 1,200 writes per 5 minutes. The same [limits of the REST API](/fundamentals/api/reference/limits/) applies.
46+
Operations to Workers KV via the [REST API](/api/resources/kv/) are bound by the same [limits of the REST API](/fundamentals/api/reference/limits/). This limit is shared across all Cloudflare REST API requests.
4747

4848
When writing to Workers KV via the [Workers Binding API](/kv/api/write-key-value-pairs/), the write rate limit is 1 write per second, per key, unlimited across KV keys.
4949

0 commit comments

Comments
 (0)