Start here
- For a focused walk-through of
put,get,list,head, anddelete, go to KV basic operations. - For exact method signatures and return types, use the TypeScript declarations shipped with your installed SDK. The Web client overview and Node client overview cover the primary client surfaces.
What KV is good for
- User profiles
- App state
- Cached objects
- Shared records in a delegated space
What to keep in mind
- KV values live inside the user’s TinyCloud space.
- The same
tc.kvsurface exists in both SDKs. - Space naming and key naming are separate concerns.
Verified against the KV service shipped with TinyCloud SDK 2.7.0.
