Batched GET and PUT
This release fixes a bug with getMany
mostly related to SortKeyCache
(see #47) and also adds putMany
interaction.
This should help with performance on multiple reads and puts, however the 1MB transaction size limit must be taken notice of. In such cases, the user should split the interactions into multiple ones in series.