初提交

This commit is contained in:
kangkang520
2018-11-29 14:58:19 +08:00
commit fe2d14c186
10 changed files with 581 additions and 0 deletions

30
package.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "cluster-memdb",
"version": "1.0.3",
"description": "key-value memory database for single process application and cluster application",
"main": "dist/index.js",
"types": "typings/index.d.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kangkang520/cluster-memdb.git"
},
"keywords": [
"memdb",
"cluster",
"memcache",
"memory",
"database",
"db",
"cache",
"share",
"message"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^10.12.10"
}
}