We are in the process of releasing that API. We are doing internal QA. Should be available within this week. Will update you once we make an official release.
Awesome. We are looking forward to the new release. Thank you very much for this great library. There are also the following 2 features that we ended up implementing.
ability to nuke a set/ delete all keys in a set.
batch put an array of key values. right now we created a synthetic batchPut that loops through an array and put. We could certainly create a UDF piece of code as well for that.
Let me know if u want us to contribute the code that we created for 1 and 2.
Cheers
-matthieu
We released version 1.0.38 with the ability to select bins in a batch API call. You can use them and give us your feedback.
Regarding set-delete, there’s an asinfo command to delete the set. That is all the records in the given set is deleted. But note that it’s a lazy deletion. Set is marked as deleted and a thread garbage collects these records in the background. The command for set delete is