Skip to main content
Use this page when you want the shortest path from a space to a working read/write example.

The core operations

Write a record

put() accepts JSON-like values and strings. The SDK returns a Result, so check ok before using the data.

Read it back

List a prefix

Inspect metadata or remove the key

Use head() when you only need metadata, and delete() when the record should be removed entirely.

Next step

Verified against the KV service shipped with TinyCloud SDK 2.7.0-beta.2.