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>
原文地址:https://www.cnblogs.com/yaoyuan2/p/10544442.html