Details
-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
Description
While the library does not expose any asynchronous interfaces, it still should be possible to batch CRUD operations.
To cover this requirements, Collection interface should expose get_multi, upsert_multi and remove_multi methods because for these commands error handing is the most straightforward: error code is part of the result value.