pub fn set(bucket: &str, key: &str, value: &[u8]) -> Result<(), KvError>
Set a value.
Returns KvError if the operation fails.
KvError