0.1.0 • Published 10 years ago

rapid-bcs v0.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago

RAPID-BCS

node.js BCS 客户端

###安装

npm install q rapid-access rapid-memcache

###使用

var bcs = require('rapid-access')('bcs://yourAccessKey:yourSecretKey@bcs.duapp.com/yourBucket');

bcs.set('/test.txt', 'hello world').then(function(){
    cache.get('/test.txt').then(function(ret){
        ...
    });
});

更多API详情参考 clouda+

0.1.0

10 years ago