Skip to content

Commit 9b31c27

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ env.NAMESPACE.get(keys, options?);
120120
}`
121121
- 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.
122122
123+
:::note
124+
125+
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.
126+
127+
:::
128+
123129
##### Response
124130
125131
- `response`: `Promise<Map<string, string | Object | null>`

0 commit comments

Comments
 (0)