We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a5d74 commit 69b5d20Copy full SHA for 69b5d20
src/content/docs/kv/api/read-key-value-pairs.mdx
@@ -63,7 +63,10 @@ The following methods are provided to read from KV:
63
64
### `get()` method
65
66
-Use the `get()` method to get a single value, or multiple values if given multiple keys.
+Use the `get()` method to get a single value, or multiple values if given multiple keys:
67
+
68
+* Read single keys with [get(key)](#request-a-single-key)
69
+* Read multiple keys with [get([keys])](#request-multiple-keys)
70
71
#### Request a single key
72
0 commit comments