Closed rclark closed 9 years ago
consider a "full-blown" batch function that can put and/or delete. Would require upstream changes in dyno.
Opened https://github.com/mapbox/dyno/issues/81 to track this.
The readme really needs some help so I'm digging into that. In doing so I've noticed a couple of related API adjustments I should make -- specifically, this PR should make cardboard.put
a single-feature request, while introducing cardboard.batch.put
as a way to do bulk operations.
Adds
cardboard.batch.put()
andcardboard.batch.remove()
. Pulls some functions into autils
module so that they can be used by atomic & batch operations.To do:
util
functions.cc @willwhite