redis-lru-cache
Version:
cluster friendly cache, that relies on redis pub/sub to share data
38 lines (37 loc) • 908 B
JSON
{
"name": "redis-lru-cache",
"description": "cluster friendly cache, that relies on redis pub/sub to share data",
"version": "1.0.16",
"scripts": {
"test": "mocha test/functional",
"test-cover": "nyc npm test"
},
"keywords": [
"mongo",
"happn",
"happner",
"redis",
"LRU"
],
"repository": {
"type": "git",
"url": "https://github.com/happner/redis-lru-cache.git"
},
"dependencies": {
"@node-redis/bloom": "^1.0.1",
"@node-redis/client": "^1.0.3",
"@node-redis/graph": "^1.0.0",
"@node-redis/json": "^1.0.2",
"@node-redis/search": "^1.0.2",
"@node-redis/time-series": "^1.0.1",
"clone": "^2.1.2",
"happn-commons": "1.1.0",
"node-redis-pubsub": "^1.0.3",
"redis": "^4.0.3"
},
"devDependencies": {
"happn-commons-test": "^1.1.0",
"happn-db-provider-mongo": "1.0.16"
},
"readmeFilename": "README.md"
}