Function aerospike::operations::lists::remove

source ·
pub fn remove(bin: &str, index: i64) -> Operation<'_>
Expand description

Create list remove operation. Server removes the item at the specified index from the list bin. Server returns the number of items removed.