{"library":"oraq","type":"library","category":null,"description":"Oraq (Ordered redis asynchronous queue) is a cross-process, cross-server, fast, reliable and lightweight redis-based async queue for Node.js (current stable version 0.2.4). It supports both queue (FIFO order) and limiter (rate limiting) modes, with features like concurrency control, job timeout, ping keep-alive, and LIFO support. Key differentiators: lightweight with minimal dependencies (only ioredis), simple API using a single Oraq class, and compatibility with Node.js >=7.6.0. Not actively maintained; last release in 2019.","language":"javascript","status":"maintenance","version":"0.2.4","tags":["javascript","concurrency","queue","limiter","pool","redis","job","task"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install oraq","imports":["const Oraq = require('oraq')","import Oraq = require('oraq')"]},{"cmd":"yarn add oraq","imports":[]},{"cmd":"pnpm add oraq","imports":[]}],"homepage":"https://github.com/deugene/oraq#readme","github":"https://github.com/deugene/oraq","docs":null,"changelog":null,"pypi":null,"npm":"oraq","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}