Skip to content

Commit 2448cd3

Browse files
authored
Update src/content/docs/kv/api/read-key-value-pairs.mdx
1 parent 9b31c27 commit 2448cd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/kv/api/read-key-value-pairs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ env.NAMESPACE.getWithMetadata(keys, options?);
228228
}`
229229
- Optional. Object containing the optional `cacheTtl` and `type` properties. The `cacheTtl` property defines the length of time in seconds that a KV result is cached in the global network location it is accessed from (minimum: 60). The `type` property defines the type of the value to be returned.
230230
231+
:::note
232+
The `.get()` function to read multiple keys does not support `arrayBuffer` or `stream` return types. If you need to read multiple keys of `arrayBuffer` or `stream` types, consider using the `.get()` function to read individual keys in parallel.
233+
:::
234+
231235
##### Response
232236
233237
- `response`: `Promise<Map<string, {

0 commit comments

Comments
 (0)