Skip to main content

Module impl_kv

Module impl_kv 

Source
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§

KvAtomicOps
Atomic KV operations interface — the seam that transports and drivers depend on.

Constants§

KV_DEFAULT_COLLECTION
Default collection name for bare-key KV operations.