Kvs
Core key-value storage interface.
Kvs is the primary contract for reading and writing typed key-value pairs. All read operations are suspending and safe to call from any coroutine context. Writes are batched through KvsEditor and flushed atomically via KvsEditor.commit.
Implementations are provided by the artifact-specific factory functions on Storage (e.g. Storage.inMemoryKvs, Storage.kvsLight, Storage.kvsOptimized).
See also
Types
Functions
Link copied to clipboard
Returns a new KvsEditor for staging write operations.
Link copied to clipboard
Link copied to clipboard
Returns a Flow that emits the full store snapshot on every change.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard