How to get all records from set in aerospike? And how to get bin with necessary value?
如何从airospike中获取所有记录?以及如何获得具有必要价值的bin?
1 个解决方案
#1
5
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.
要获取属于集合的所有记录,可以使用扫描API并传递所需的集合。要获取具有特定bin值的所有记录,可以使用二级索引。请参阅文档了解详细信息。
#1
5
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.
要获取属于集合的所有记录,可以使用扫描API并传递所需的集合。要获取具有特定bin值的所有记录,可以使用二级索引。请参阅文档了解详细信息。