An open API service indexing awesome lists of open source software.

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

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.