Skip to main content

kv_store_set

Function kv_store_set 

Source
pub fn kv_store_set(key: &str, value: &[u8]) -> bool
Expand description

Store a key-value pair in the persistent on-disk KV store. Returns true on success.