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