Getting the number of records in a set

Hi Brian,

My observation was different. Please find below the details. Replication factor: 1 No. of nodes: 2

aerospike_info_any returned the count of objects on just 1 of the 2 nodes(The count was returned from the node which I had given to “aerospike_init()”).

Therefore, I used, aerospike_info_foreach() to get the count from each node and then summed them and divided by the replication factor(which was 1 in this case), to get the correct total count.