Using list.create()

Hi, I am using aerospike v3.4.0 and when I try to use the documented function list.create() I get an error for trying to use a “nil value”. I guess the create() function is not implemented in my version of aerospike, is that the case?

Thank you in advance!

Yes, the “create” call is added in 3.5.4 http://www.aerospike.com/download/server/notes.html#3.5.4

Previously it was called “new”

wl-