nathanaschbacher / nodiak

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

Add support for 2.0 Bucket Types #20

Open dmitrizagidulin opened 10 years ago

dmitrizagidulin commented 10 years ago

Add an optional 'bucket_type' parameter to bucket creation. See http://docs.basho.com/riak/2.0.0pre20/dev/advanced/bucket-types/ for discussion.

Borrowing the to-do list from https://github.com/basho/riak-ruby-client/issues/112

Bucket type CRUD

dmitrizagidulin commented 10 years ago

See also https://github.com/basho/riak-python-client/pull/315 (Python client bucket type implementation)