Function aerospike::operations::lists::insert_items [] [src]

pub fn insert_items<'a>(
    bin: &'a str,
    index: i64,
    values: &'a [Value]
) -> Operation<'a>

Create list insert items operation. Server inserts each input list item starting at the specified index of the list bin. Server returns list size.