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

pub fn append<'a>(bin: &'a str, value: &'a Value) -> Operation<'a>

Create list append operation. Server appends value to the end of list bin. Server returns list size.