在aerospike中,https://godoc.org/github.com/aerospike/aerospike-client-go#ListAppendOp操作可以與client.Operate方法一起使用以附加到列表中。有沒有辦法將Prepend添加到列表中?如何使用golang在aerospike中添加列表?
http://www.aerospike.com/docs/guide/cdt-list.html#development-guidelines-and-tips確實提到插入可以發生在列表的任何一端。但是找不到合適的API來做同樣的事情。任何幫助?
好的。找到https://godoc.org/github.com/aerospike/aerospike-client-go#ListInsertOp並使用0作爲索引...但不知道這將如何工作的郵件列表 – Crusaderpyro