scaerospike
scaerospike copied to clipboard
Scala non-blocking Aerospike client (archived as unmaintained)
if(rec.bins!=null) { to prevent from NullPointerException ( you can pass an empty set as parameter of the query ) multiQueryL is better when you want to keep the order of...
In README, it says > `val devices = client.namespace("devices").set[String, String]("setName")` However it seems the ValueMapping type class does not implement for type `String` So I ran into the error: >...
I've noticed that you haven't defined any license for this project. We would like to use it in our projects, and I want to be sure you allow it, and...
I am trying the following example and the Await.result does not seem to be blocking at all. Is this intended? val read : Future[Option[String]] = devices.get("deviceA") read.onComplete { case Failure(ex)...
Are you publishing/are there plans to publish scaerospike to a maven repository? I hunted around, but couldn't find it published anywhere. Thanks!
Provision to do Multiple Ops on a Record. http://www.aerospike.com/docs/client/java/usage/kvs/multiops.html Provision to execute statements on client. http://www.aerospike.com/docs/client/java/usage/query/query.html
avoiding var
Update aerospike client to 3.0.31