Function aerospike::operations::lists::pop

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

Create list pop operation. Server returns the item at the specified index and removes the item from the list bin.