I am trying to query using aql (Aerospike Query Language) in aerospike set.
Suppose there are 1000 records and I want to read any 10 records. Usually I would query something like :
select * from test.demo limit 10;
How do I query the same using aql ?