-
Notifications
You must be signed in to change notification settings - Fork 10k
KV: add bulk gets documentation #21392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 9 commits
d5a732c
25cfc00
9b31c27
2448cd3
4ea50e7
20a5d74
69b5d20
eff5523
a70d1d7
72f0b94
baff3c0
af2c1c9
21e858c
dbcca5b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| title: Read multiple keys from Workers KV with bulk reads | ||
| description: You can now retrieve up to 100 keys in a single bulk read request to Workers KV. | ||
| products: | ||
| - kv | ||
| date: 2025-01-28T14:00:00Z | ||
| --- | ||
|
|
||
| You can now retrieve up to 100 keys in a single bulk read request made to Workers KV. | ||
|
||
|
|
||
| This makes it easier to | ||
thomasgauvin marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Workers KV namespace limits were increased from 200 to 1000 for all accounts. Higher limits for Workers KV namespaces enable better organization of key-value data, such as by category, tenant, or environment. | ||
|
|
||
| Consult the [Workers KV limits documentation](/kv/platform/limits/) for the rest of the limits. This increased limit is available for both the Free and Paid [Workers plans](/workers/platform/pricing/). | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this an intentional change? I don't actually know what this does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was me, I was having some issues rendering the mdx files locally. Reverted it :)