switch from redis to hashmap

This commit is contained in:
Alex Janka 2017-06-02 21:44:37 +10:00
parent 29ba7e6510
commit bc17ff8b7b

View file

@ -16,15 +16,15 @@
"@types/express": "^4.0.35", "@types/express": "^4.0.35",
"@types/express-handlebars": "0.0.29", "@types/express-handlebars": "0.0.29",
"@types/handlebars": "^4.0.32", "@types/handlebars": "^4.0.32",
"@types/hashmap": "^2.0.29",
"@types/node": "^7.0.23", "@types/node": "^7.0.23",
"@types/promise": "^7.1.30", "@types/promise": "^7.1.30",
"@types/redis": "^0.12.36",
"express": "^4.15.3", "express": "^4.15.3",
"express-handlebars": "^3.0.0", "express-handlebars": "^3.0.0",
"handlebars": "^4.0.10", "handlebars": "^4.0.10",
"hashmap": "^2.1.0",
"nodemon": "^1.11.0", "nodemon": "^1.11.0",
"promise": "^7.1.1", "promise": "^7.1.1",
"redis": "^2.7.1",
"ts-node": "^3.0.4", "ts-node": "^3.0.4",
"typescript": "^2.3.4" "typescript": "^2.3.4"
}, },