pub fn delete(bucket: &str, key: &str) -> Result<bool, KvError>
Delete a key.
Returns Ok(true) if the key existed, Ok(false) otherwise.
Ok(true)
Ok(false)
Returns KvError if the operation fails.
KvError