Taller
Taller

Reputation: 106

How to get all records from set in aerospike?

How to get all records from set in aerospike? And how to get bin with necessary value?

Upvotes: 3

Views: 4444

Answers (1)

sunil
sunil

Reputation: 3567

To get all records belonging to a set, you can use scan API and pass the required set. To get all records with a specific bin value, you can use secondary index. Please Refer to the doc for details.

Upvotes: 7

Related Questions