mysql-redis
Version:
caching layer for mysql
36 lines (35 loc) • 723 B
JSON
{
"name": "mysql-redis",
"version": "0.7.2",
"description": "caching layer for mysql",
"main": "index.js",
"scripts": {
"test": "jasmine-node spec --verbose"
},
"keywords": [
"node",
"mysql2",
"mysql",
"ioredis",
"redis",
"cache",
"caching",
"layer"
],
"author": "Gi Singh",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"async-redis": "^1.1.7",
"jasmine-node": "^3.0.0",
"mysql2": "^1.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwalski/mysql-redis.git"
},
"bugs": {
"url": "https://github.com/kwalski/mysql-redis/issues"
},
"homepage": "https://github.com/kwalski/mysql-redis#readme"
}