Skip to main content

set

Function set 

Source
pub fn set(bucket: &str, key: &str, value: &[u8]) -> Result<(), KvError>
Expand description

Set a value.

ยงErrors

Returns KvError if the operation fails.