From baa6d4dc9eb30f96398f7aa386744c61bb6a7942 Mon Sep 17 00:00:00 2001 From: Robin Joseph Date: Fri, 19 Jul 2019 13:47:13 -0700 Subject: [PATCH] Add redisqueue (#2621) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a558bd03..159172bd 100644 --- a/README.md +++ b/README.md @@ -1027,6 +1027,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [rabbus](https://github.com/rafaeljesus/rabbus) - A tiny wrapper over amqp exchanges and queues. * [rabtap](https://github.com/jandelgado/rabtap) - RabbitMQ swiss army knife cli app. * [RapidMQ](https://github.com/sybrexsys/RapidMQ) - RapidMQ is a lightweight and reliable library for managing of the local messages queue. +* [redisqueue](https://github.com/robinjoseph08/redisqueue) - redisqueue provides a producer and consumer of a queue that uses Redis streams. * [rmqconn](https://github.com/sbabiv/rmqconn) - RabbitMQ Reconnection. Wrapper over amqp.Connection and amqp.Dial. Allowing to do a reconnection when the connection is broken before forcing the call to the Close () method to be closed. * [sarama](https://github.com/Shopify/sarama) - Go library for Apache Kafka. * [Uniqush-Push](https://github.com/uniqush/uniqush-push) - Redis backed unified push service for server-side notifications to mobile devices.