spice-cache-redis
Version:
spice redis cache provider
21 lines (20 loc) • 381 B
JSON
{
"name": "spice-cache-redis",
"version": "1.0.4",
"description": "spice redis cache provider",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"spice",
"redis",
"cache"
],
"author": "Sonover Inc.",
"license": "ISC",
"dependencies": {
"redis": "^4.6.8",
"retry": "^0.13.1"
}
}