Skip to content

Commit 20a5d74

Browse files
authored
Update src/content/docs/kv/api/read-key-value-pairs.mdx
1 parent 4ea50e7 commit 20a5d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ env.NAMESPACE.get(keys, options?);
122122
123123
:::note
124124
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.
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 with `Promise.all()`.
126126
127127
:::
128128

0 commit comments

Comments
 (0)