Open dev-rkoshlyak opened 8 years ago
I implemented batch get in our own fork under aol/haeinsa since I don't see this main repo very active. Would be glad to contribute back here if there is interest. Take a look at aol/haeinsa branch aol_master
I haven't updated commit for batch gets but that is a decent idea as well
I am currently using this library with 3000-5000 operations in transactions. 99% of operations is reads. In result, I need batch api in order to speed up execution. I am planning to create batch api for gets and update commit for checking gets in batch way as well. Any ideas why it will not work?