Registry / database / aerospike-client

aerospike-client

JSON →
library8.0.0javamavenunverified

Java client interface for the Aerospike database server, enabling high-performance key-value and document operations.

<dependency> <groupId>com.aerospike</groupId> <artifactId>aerospike-client</artifactId> <version>8.0.0</version> </dependency>
INSTALL
IMPORT
SIG · AEROSPIKE-CLIENT
A
aerospike-client
databasejavav8.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AerospikeClient
com.aerospike.client.AerospikeClient

Connects to a local Aerospike server and then closes the connection.

import com.aerospike.client.AerospikeClient; import com.aerospike.client.Host; public class AerospikeExample { public static void main(String[] args) { AerospikeClient client = new AerospikeClient("localhost", 3000); System.out.println("Connected to Aerospike"); client.close(); } }
Debug
Known issues
breakingVersion 8.0.0 may have breaking changes from earlier versions; check migration notes for API changes.
fix
Review the Aerospike Java client changelog and update code accordingly.
affects: 8.x
Upgrade
Version history
8.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
24
OpenAI (training)
1
Resources
aerospike-client — mvn dependency:get aerospike-client · libregistry