nathanaschbacher / nodiak

Nodiak is a Node.js client for the Riak Distributed Database
MIT License
43 stars 16 forks source link

Improve Bucket and RObject op-chaining. #14

Closed nathanaschbacher closed 12 years ago

nathanaschbacher commented 12 years ago

We should return this; from most of the RObject and Bucket methods to support longer chains of actions.

The naive implementation will run any async operation in parallel, but at some point it would be nice to have some sugar for control flow in the chain.