Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新手问题
我是 aerospike 客户端的新手,我正在寻找方法文档.. 我只找到了这个链接和那个.. 但这还不够..
提前致谢
您应该使用operateAerospikeClient 类中的函数。这是它的文档。operate函数允许您在对服务器的一次调用中执行多个操作。您必须根据需要指定add和get操作。
operate
add
get
有一个很好的例子展示了你的用例。下载 java 客户端时,查看文件 examples/src/com/aerospike/examples/Add.java。