Function aerospike::operations::lists::insert

source ·
pub fn insert<'a>(
    policy: &ListPolicy,
    bin: &'a str,
    index: i64,
    value: &'a Value
) -> Operation<'a>
Expand description

Create list insert operation. Server inserts value to the specified index of the list bin. Server returns list size.