pub fn get(bucket: &str, key: &str) -> Result<Option<Vec<u8>>, KvError>
Get a value by key.
The bucket parameter namespaces keys to avoid collisions.
Returns KvError if the operation fails.
KvError