//存储 module.exports = { //添加/修改数据 set: function(key,val){ }, //获取数据 get: function(key){ }, //删除数据 remove: function(key){ } };