Expand description
KV DSL command execution and KvAtomicOps module.
Handles KV PUT key = value [EXPIRE n] [TAGS [...]] [IF NOT EXISTS],
KV GET key, and KV DELETE key.
Structs§
- KvAtomic
Ops - Atomic KV operations interface — the seam that transports and drivers depend on.
Constants§
- KV_
DEFAULT_ COLLECTION - Default collection name for bare-key KV operations.