nathanaschbacher / nodiak

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

Let user set their own auto-resolver function per Bucket instance. #11

Closed nathanaschbacher closed 12 years ago

nathanaschbacher commented 12 years ago

When a user is dealing with an instance of a bucket they currently have to either provide their resolver function on each object.get request or rely on the default LWW behavior supplied by the Bucket class.

We should add support for letting the user set their own Bucket-wide default auto-resolve function.