mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
Minor fix docs and update puter resource unit (#2792)
* Minor fix docs and update puter resource unit * change to 1 cent -> 1 mio microcents
This commit is contained in:
committed by
GitHub
parent
481a1a1d90
commit
72430a1939
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user