Unable to put data in aerospikeDB

Hi all,

I am a newbie to aerospike. I am trying to put data into aerospike DB there are no errors but when I try to get the record I am getting record not found exception. Any leads would be really helpful, I am not sure where I am doing wrong.

I am trying connection.put(final_key, bins) with final_key being in this format (‘test’, ‘test’, ‘unique_id’) bins in following format bins = {‘binname’ : {‘key’ :‘value’}}

Thanks and Regards, Gokul S

Can you please post your code? You may want to take a look at this notebook (and others in the repo) for a working example of the Aerospike API.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.