Aerospike Node.js Client
Multiple, high performance clients to fit your development needs.
The Node.js client allows you to build applications in Node.js that store and retrieve data from an Aerospike cluster.
Core functionality
Data Operations
Create, read, update, and delete individual records.
Perform compound reads/writes and server-side logic in a single call.
Secondary Indexing & Queries
Query records using indexed bin values via secondary indexes.
Apply filter expressions and predicate logic on queries for precise targeting.
Batch & Scan
Retrieve or update multiple records in parallel with a single request.
Iterate over all records in a set or namespace (use with caution in production environments).
User-defined functions
Create, register, and execute a user-defined function (UDF) with the Node.js client.