The bin in aerospike is a Map[String -> List] I am trying to achieve the behavior as such: Is there a way to do this atomically in Aerospike without implementing a UDF? If I read the documentation correctly, if it was a Map[String -> Map], I could have used CTX.mapKeyCreate to create the inner Map on demand, but I don’t
Tag: aerospike
How to get the primary key (PK) of a record in aerospike?
I want to get a specific record from a set in aerospike. But when i execute the following query, i got no result: But when i execute the following query: It gives me all the records, but does not shows the primary key at all. { “edigest”: “BE6ZxLRMKwnbmUqPTvsmcIAgVv8=”, “set”: “prodCache”, “ttl”: 54, “gen”: 1, “bins”: { “C”: “java.util.ArrayList”, “V”: “00
Spring data aerospike
I would like to work with Aerospike and use Spring Data. I found useful library for my goals here. However, but adding it to dependencies, this code from sample still could not find dependencies. Even less information could be find in the google. I’ve already tried to add another repos, like: Also, you could find example of project here. And