{"library":"node-redis-queue","type":"library","category":null,"description":"A lightweight queueing wrapper for Redis using lpush/brpop, providing Channel (push/pop) and WorkQueueMgr (send/consume) interfaces for inter-process communication. Version 0.2.5 (last released around 2014) is stable but unmaintained; no releases in the last decade. Differentiators: simple synchronous blocking pop with timeout, full-duplex mode via two Redis connections to avoid hangs, and tunable concurrency (arity) for consumption. Alternatives with active maintenance include Bull, BullMQ, and Bee-Queue.","language":"javascript","status":"abandoned","version":"0.2.5","tags":["javascript","queueing","queue","scalable","redis","job","job-queue","work","work-queue"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install node-redis-queue","imports":["import { Channel } from 'node-redis-queue';","import { WorkQueueMgr } from 'node-redis-queue';","import { WorkQueue } from 'node-redis-queue';"]},{"cmd":"yarn add node-redis-queue","imports":[]},{"cmd":"pnpm add node-redis-queue","imports":[]}],"homepage":"https://github.com/cwjohan/node-redis-queue","github":"git://github.com/cwjohan/node-redis-queue","docs":null,"changelog":null,"pypi":null,"npm":"node-redis-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}