Skip to content

Commit 059630e

Browse files
committed
Add KV access guidance and write rate limits
1 parent b05a111 commit 059630e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 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. The [REST API](/api/resources/kv/) has a lower write rate limit compared to the Workers Binding API. Refer to [What is KV's write rate limits?](/kv/reference/faq/#what-is-kvs-write-rate-limit)
23+
- **Rate Limits**: Be aware of the different rate limits for each access method. The [REST API](/api/resources/kv/) has a lower write rate limit compared to the Workers Binding API. Refer to [What is KV's write rate limit?](/kv/reference/faq/#what-is-kvs-write-rate-limit)
2424

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

0 commit comments

Comments
 (0)