From 9cd2fb93e970a54183c85fde5d2e88bc272892fa Mon Sep 17 00:00:00 2001 From: Justin Law Date: Sun, 28 Apr 2019 21:38:57 -0700 Subject: [PATCH] Add RedisSMQ (#903) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5d7e0e5..0a3b962 100644 --- a/readme.md +++ b/readme.md @@ -685,6 +685,7 @@ - [node-resque](https://github.com/taskrabbit/node-resque) - Redis-backed job queue. - [rsmq](https://github.com/smrchy/rsmq) - Redis-backed message queue. - [bee-queue](https://github.com/bee-queue/bee-queue) - High-performance Redis-backed job queue. +- [RedisSMQ](https://github.com/weyoss/redis-smq) - Simple high-performance Redis message queue with real-time monitoring. ### Node.js management