https://github.com/khoinguyen/redis-reliable-queue
Full-featured reliable queue with NodeJS + Redis, optimized with Redis Lua script engine
https://github.com/khoinguyen/redis-reliable-queue
nodejs-library queue redis
Last synced: 7 days ago
JSON representation
Full-featured reliable queue with NodeJS + Redis, optimized with Redis Lua script engine
- Host: GitHub
- URL: https://github.com/khoinguyen/redis-reliable-queue
- Owner: khoinguyen
- License: mit
- Created: 2017-04-26T10:37:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T16:28:23.000Z (about 8 years ago)
- Last Synced: 2025-06-10T05:03:46.319Z (17 days ago)
- Topics: nodejs-library, queue, redis
- Language: JavaScript
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redis-reliable-queue
Full-featured reliable queue with NodeJS + Redis, optimized with Redis Lua script engine# Getting Started
```
npm install --save redis-reliable-queue
```Review `samples/producer.js` and `samples/consumer.js` for usage.