ListOperation Append Method Aerospike
Overload List

  NameDescription
Public methodStatic memberAppend(String, Value)
Create default list append operation. Server appends value to end of list bin. Server returns list size.
Public methodStatic memberAppend(ListPolicy, String, Value)
Create list append operation with policy. Server appends value to list bin. Server returns list size.
Back to Top
See Also