Skip to content

Conversation

@Oxyjun
Copy link
Contributor

@Oxyjun Oxyjun commented Jun 12, 2025

Summary

  1. Previously, the KV API section mentioned a single set of limits for Key and Value size.
  2. This was misleading, as the limits are different depending on the flavour of DO a user is using (SQLite-backed vs KV-backed).
  3. This PR now removes mentioning specific values in the KV API section, but instead directs the attention to the Limits page, calling out that the Key / Value limits are different depending on the flavour of DO.

Screenshots (optional)

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

@github-actions github-actions bot added the product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ label Jun 12, 2025
@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented Jun 12, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Updated the KV API section to clarify key and value size limits based on the type of Durable Object being used.

  • Removed specific key and value size limits from the KV API section.
  • Directed users to the Limits page for accurate key and value limits based on the Durable Object flavor.
  • Added references to SQLite-backed and KV-backed Durable Object limits.

Modified Files

  • src/content/docs/durable-objects/api/storage-api.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

@github-actions
Copy link
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/durable-objects/ @elithrar, @vy-ton, @joshthoward, @oxyjun, @harshil1712, @cloudflare/pcx-technical-writing

@github-actions
Copy link
Contributor

@Oxyjun Oxyjun enabled auto-merge (squash) June 12, 2025 16:31
@Oxyjun Oxyjun merged commit d1ba6cd into production Jun 12, 2025
11 checks passed
@Oxyjun Oxyjun deleted the jun/do/kv-put-limit-fix branch June 12, 2025 16:32
sdnts pushed a commit to sdnts/cloudflare-docs that referenced this pull request Jul 24, 2025
…loudflare#23014)

* Cross referencing limits for key and values to the limits page.

* Update src/content/docs/durable-objects/api/storage-api.mdx

Co-authored-by: Vy Ton <[email protected]>

---------

Co-authored-by: Vy Ton <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants