denoland / denoland/deploy_feedback
[KV Feedback]: Better documentation of KV read/write units, what exactly is a write unit?
Open
- Dominant language
- No language data
- Stars
- 79
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
> Free KV write units/day (1kb) 10,000
So what exactly is a write unit?
```js
kv.atomic()
.set(key, value)
.set(key, value)
.commit()
kv.atomic()
.set(key, value)
.set(key, value)
.commit()
```
Did the code use 4, 2 or 1?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.