From 0dee478ec4ffa8178668775db0b647bdc9e1d395 Mon Sep 17 00:00:00 2001 From: Alessandro Miliucci Date: Mon, 12 Mar 2018 19:34:47 +0100 Subject: [PATCH] Add rsmq (#791) --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c5f678a..2f80aef 100644 --- a/readme.md +++ b/readme.md @@ -687,11 +687,12 @@ Just type [`node.cool`](https://node.cool) to go here ✨ ### Job queues -- [kue](https://github.com/Automattic/kue) - Priority job queue backed by Redis. +- [kue](https://github.com/Automattic/kue) - Redis-backed priority job queue. - [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue. -- [agenda](https://github.com/rschmukler/agenda) - Lightweight job scheduling on MongoDB. +- [agenda](https://github.com/rschmukler/agenda) - MonoDB-backed job scheduling. - [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control. - [node-resque](https://github.com/taskrabbit/node-resque) - Redis-backed job queue. +- [rsmq](https://github.com/smrchy/rsmq) - Redis-backed message queue. ### Node.js management