pub fn del(key: &str) -> Option<Value>
Delete the stored key/value pair.
Return the old value if the key exists.