1

我正在使用 Node.js aerospike 客户端来访问 aerospike 服务器。我希望使用 LDT 来存储我的数据。我知道 Node.js 客户端仍未提供此功能,但是有什么方法可以实现吗?
提前致谢!:)

4

3 回答 3

1

Actually, LDTs are operated upon using the UDF layer by passing the appropriate arguments. Node.js now has the functionality to invoke any UDF. So, technically you should be able to use the LDTs via UDF. However, you need to handle the input output yourself. (You can take a look at how java client is interacting with the LDTs via UDF to get an idea). Is this something that you will be interested to do ?

于 2015-01-15T17:12:05.557 回答
0

@vineet.hawal,Node.js 客户端从 1.0.34 版本开始支持 LDT。请检查。 http://www.aerospike.com/download/client/nodejs/notes.html#1.0.35

于 2015-04-10T09:55:18.477 回答
0

Aerospike 支持 node.js 的大列表,但是(当我写这篇文章时)你在 aerospike 网站上找不到文档,只能在 github 上的文档上找到:https ://github.com/aerospike/aerospike-client -nodejs/blob/master/docs/largelist.md

于 2015-09-12T22:00:11.830 回答