0.0.1 • Published 12 years ago
riak2-crdt v0.0.1
Riak CRDT Helper
Installation
npm install riak2-crdtUsage
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
0.0.1
12 years ago