v0.2.0 · World
watch-service
The `wasmcloud:keyvalue/watch-service` world is implemented by components that want to receive change notifications for a bucket in addition to performing key-value operations themselves.
Imports
I
types
ITypes shared across the keyvalue interfaces.
store
IA keyvalue interface that provides eventually consistent key-value operations.
atomics
IA keyvalue interface that provides atomic operations.
cas
IA keyvalue interface that provides compare-and-swap (optimistic concurrency) for a single key.
batch
A keyvalue interface that provides batch operations.