This commit is contained in:
Julian Lam
2014-05-11 11:45:20 -04:00
parent bab140c396
commit e64c1bfec3
8 changed files with 79 additions and 20 deletions

View File

@@ -64,6 +64,10 @@ module.exports = function(db, module) {
}
};
module.increment = function(key, callback) {
// ^_^
};
module.rename = function(oldKey, newKey, callback) {
// G__G
};