0.0.1 • Published 10 years ago

riak2-crdt v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Riak CRDT Helper

Build Status

Installation

npm install riak2-crdt

Usage

var client = require('riak2')();
var crdt = require('riak2-crdt');

client.fetch({
  key: 'test',
  type: 'test',
  bucket: 'test'
}, function (err, data) {
  var value = crdt(data).valueOf();
});

For more examples, please see the test cases.

License

MIT