scaerospike icon indicating copy to clipboard operation
scaerospike copied to clipboard

Is the README out of date?

Open blazingsiyan opened this issue 8 years ago • 0 comments

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:

could not find implicit value for parameter valueMapping: com.tapad.aerospike.ValueMapping[String]

blazingsiyan avatar Sep 01 '16 05:09 blazingsiyan