Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 aerospike 中获取所有记录?以及如何获得具有必要价值的 bin?
要获取属于集合的所有记录,您可以使用scanAPI 并传递所需的集合。要获取具有特定 bin 值的所有记录,可以使用二级索引。详情请参阅文档。
scan