Append is working on string type bins only, is there a equivalent way to append item to list type bins in Python client?
On it’s way. The dynamic clients which wrap around the C client had to wait on its implementation. List operations will be added in the next release.
aerospike.Client.list_append
is available with Python client release >= 1.0.59
1 Like