I want to get a specific record from a set in aerospike.
But when i execute the following query, i got no result:
select * from ctl.prodCache where PK='111222';
But when i execute the following query:
select * from ctl.prodCache;
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 10 70 61 79 74 6D 6D 61 2E 64 6F 6D 61 69 6E 2E 43 " } }
Any suggestions? Please help.