Implement Large Ordered List for Node.js

Is there any hope of implementating Large Ordered List in Node.js? This is actually a deal breaker for the transactions log we’re building and migrating from MongoDB as there’s no other quick and dry way to do sorts on the fly.

Hi,

You can use LList API for Large Ordered List. Here is the documentation for using LList. https://github.com/citrusleaf/aerospike-client-nodejs/blob/master/docs/largelist.md

Thanks

That link throws a 404, Not found.

For anyone else looking for the same thing, I found it here: https://github.com/aerospike/aerospike-client-nodejs/blob/master/docs/largelist.md

1 Like