aerospike(2)-java client
地址:https://www.aerospike.com/download/client/java/4.3.1/
例子顺序:https://github.com/aerospike/aerospike-client-java/tree/master/examples
支持同步和异步2种方式访问as。
必须要java8以上。
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client</artifactId>
<version>4.3.1</version>
</dependency>
浙公网安备 33010602011771号