power-queues
Version:
High-performance Redis Streams queue for Node.js with Lua-powered bulk XADD, idempotent workers, heartbeat locks, stuck-task recovery, retries, DLQ, and distributed processing.
89 lines (88 loc) • 1.79 kB
JSON
{
"name": "power-queues",
"version": "2.0.20",
"description": "High-performance Redis Streams queue for Node.js with Lua-powered bulk XADD, idempotent workers, heartbeat locks, stuck-task recovery, retries, DLQ, and distributed processing.",
"author": "ihor-bielchenko",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:ihor-bielchenko/power-queues.git"
},
"bugs": {
"url": "https://github.com/ihor-bielchenko/power-queues/issues"
},
"homepage": "https://github.com/ihor-bielchenko/power-queues#readme",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"keywords": [
"redis",
"redis-client",
"redis-wrapper",
"redis-abstraction",
"redis-utility",
"redis-helper",
"redis-queue",
"redis-list",
"redis-bulk",
"redis-scan",
"redis-mget",
"redis-ttl",
"redis-expire",
"redis-delete",
"redis-keys",
"redis-pattern",
"redis-pipeline",
"redis-multi",
"redis-atomic",
"json-serialization",
"safe-serialization",
"key-schema",
"key-builder",
"pattern-validation",
"key-validation",
"list-iterator",
"lpop-count",
"mget-chunked",
"nodejs",
"node",
"typescript",
"ts",
"esm",
"cjs",
"async",
"await",
"queue",
"cache",
"key-value",
"data-store",
"lightweight",
"abstraction-layer",
"typed-client",
"high-performance",
"atomic-operations",
"transactional",
"chunked-operations",
"safe-redis",
"power-redis"
],
"dependencies": {
"full-utils": "^2.0.5",
"power-redis": "^2.0.10",
"uuid": "^13.0.0"
}
}