remove

Function remove 

Source
pub unsafe fn remove(params: Params) -> isize
Available on non-crate feature native only.
Expand description

Removes an entry from the store.

All fragments from the range of keys will be deleted.

This is not an error if no entry is present. This is simply a no-op in that case.