Skip to content

Commit

Permalink
Init.
Browse files Browse the repository at this point in the history
  • Loading branch information
grimen committed Jan 14, 2013
1 parent b617513 commit 3ef6acb
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 603 deletions.
12 changes: 0 additions & 12 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ Riak.prototype.connect = function() {
});
};

// #key (key)
// Riak.prototype.key = function(key) {
// var self = this, parts = key.split('/');
// return {
// db: self.options.server.db.replace(/^\//, ''),
// ns: (self.options.server.db + '/' + parts[0]).replace(/^\//, ''),
// key: key,
// type: parts[0],
// id: parts[1]
// };
// };

// #set (key, value, [options], callback)
// #set (keys, values, [options], callback)
Riak.prototype.set = function() {
Expand Down
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,10 @@
"dependencies": {
"funargs": "latest",
"sugar": "latest",
"node-document-storage": "0.1.0-pre1",
"node-document-storage": "0.1.0-pre2",
"riak-js": "latest"
},
"devDependencies": {
"mocha": "latest",
"chai": "latest",
"cover": "latest",
"node-inspector": "latest",
"longjohn": "latest",
"colors": "latest"
"mocha": "latest"
}
}
52 changes: 0 additions & 52 deletions test/client.js

This file was deleted.

24 changes: 0 additions & 24 deletions test/helper.js

This file was deleted.

Loading

0 comments on commit 3ef6acb

Please sign in to comment.