UNPKG

redis-queuesize-poller

Version:

Polls redis at specified interval to fetch the size of a list of queues and exposes results via a getter

34 lines (33 loc) 799 B
{ "name": "redis-queuesize-poller", "version": "0.1.3", "description": "Polls redis at specified interval to fetch the size of a list of queues and exposes results via a getter", "main": "index.js", "scripts": { "test": "node test/test.js" }, "repository": { "type": "git", "url": "https://github.com/lukebond/redis-queuesize-poller" }, "keywords": [ "redis", "queue", "size", "length", "poll" ], "author": "Luke Bond <luke.n.bond@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/lukebond/redis-queuesize-poller/issues" }, "homepage": "https://github.com/lukebond/redis-queuesize-poller", "devDependencies": { "tape": "^3.0.0" }, "dependencies": { "error-plus": "0.0.1", "redis": "^0.12.1" } }