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
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.
