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

pub fn increment(bin: &str, index: i64, value: i64) -> Operation

Create list increment operation. Server increments the item value at the specified index by the given amount and returns the final result.