Hi,
I have only one bin. I do a query on it with aerospike_query_foreach(), my callback function gets called (yeah!) and I see the bin value which I used for the query in the first place (no big surprise here).
However, what I really want is the key value.
I examine rec->key.value.integer.value and it is 0 when in reality it should be 999 (in my trivial test case).
What gives?
P.S.: I use the community edition 5.7.0.8 on Ubuntu 20.04