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>

 

posted @ 2019-03-18 10:02  遥远2  阅读(247)  评论(0编辑  收藏  举报