smartdb-rediscacheprovider
Version:
Cache provider for the smartdb library that uses Redis
33 lines (32 loc) • 761 B
JSON
{
"name": "smartdb-rediscacheprovider",
"version": "11.0.0",
"description": "Cache provider for the smartdb library that uses Redis",
"keywords": [
"smartdb",
"redis",
"cache",
"couchdb"
],
"author": "Calle Arnesten <calle.arnesten@codekick.com>",
"type": "module",
"main": "./lib/provider.js",
"dependencies": {
"@redis/client": "^5.10.0",
"smartdb-stdcacheproviders": "^9.0.0"
},
"devDependencies": {
"bocha": "^4.2.1"
},
"scripts": {
"test": "node test/runAll.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnesten/smartdb-rediscacheprovider.git"
},
"bugs": {
"url": "https://github.com/arnesten/smartdb-rediscacheprovider/issues"
},
"license": "MIT"
}