Skip to content
Advertisement

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

Advertisement