Skip to main content

get

Function get 

Source
pub fn get(bucket: &str, key: &str) -> Result<Option<Vec<u8>>, KvError>
Expand description

Get a value by key.

The bucket parameter namespaces keys to avoid collisions.

ยงErrors

Returns KvError if the operation fails.