Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/docs/src/KV/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ platforms: [websites, apps, nodejs, workers]

Returns an array of all keys in the user's key-value store for the current app. If the user has no keys, the array will be empty.

Because filtering is prefix-based, `list()` works best when you design keys around the read patterns your app needs. In practice, that means your key naming convention becomes your query plan.

Results are sorted lexicographically (string order) by key.

## Syntax
Expand Down
2 changes: 1 addition & 1 deletion src/docs/src/Objects/detailedappusage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Usage information per API. Each key is an API name, and the value is an object w

<div class="info">

Resources in Puter are measured in microcents (e.g., $0.50 = 50,000,000).
Resources in Puter are measured in microcents (e.g., $0.01 = 1,000,000).

</div>
2 changes: 1 addition & 1 deletion src/docs/src/Objects/monthlyusage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Usage information per API. Each key is an API name, and the value is an object w

<div class="info">

Resources in Puter are measured in microcents (e.g., $0.50 = 50,000,000).
Resources in Puter are measured in microcents (e.g., $0.01 = 1,000,000).

</div>