From 379e58c574f9a26d690ffce9c3382a88b11d481b Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Sat, 14 Mar 2020 19:52:01 -0700 Subject: [PATCH] Add Asynq package. (#3004) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 172d8662..a5affbc5 100644 --- a/README.md +++ b/README.md @@ -1073,6 +1073,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [ami](https://github.com/kak-tus/ami) - Go client to reliable queues based on Redis Cluster Streams. * [APNs2](https://github.com/sideshow/apns2) - HTTP/2 Apple Push Notification provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps. +* [Asynq](https://github.com/hibiken/asynq) - A simple, reliable, and efficient distributed task queue for Go built on top of Redis. * [Beaver](https://github.com/Clivern/Beaver) - A real time messaging server to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps. * [Benthos](https://github.com/Jeffail/benthos) - A message streaming bridge between a range of protocols. * [Bus](https://github.com/mustafaturan/bus) - Minimalist message bus implementation for internal communication.