Basic Operations
Put
Store a value at a key.Get
Retrieve a value by key.List
List keys matching a prefix.Delete
Remove a key and its value.Data Types
The KV API supports multiple data types.- Strings
- JSON Objects
- Arrays
- Binary Data
Store and retrieve data with the TinyCloud KV API