Skip to content

Commit d66204f

Browse files
Update src/content/partials/durable-objects/api-sync-kv.mdx
Co-authored-by: Lambros Petrou <[email protected]>
1 parent 44565d9 commit d66204f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/partials/durable-objects/api-sync-kv.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import {Type, MetaInfo} from "~/components";
1414
- <code>ctx.storage.kv.put(key <Type text="string" />, value <Type text="any" />)</code>: <Type text="void" />
1515
- Stores the value and associates it with the given key. The value can be any type supported by the [structured clone algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm), which is true of most types.
1616

17-
The size of keys and values have different limits depending on the Durable Object storage backend you are using. Refer to:
18-
- [SQLite-backed Durable Object limits](/durable-objects/platform/limits/#sqlite-backed-durable-objects-general-limits)<br/><br/>
17+
For the size of keys and values refer to [SQLite-backed Durable Object limits](/durable-objects/platform/limits/#sqlite-backed-durable-objects-general-limits)
1918

2019
### `delete`
2120

0 commit comments

Comments
 (0)