From 70e319a9511efb2d9e772befc6d8255baae5afc5 Mon Sep 17 00:00:00 2001 From: Andrey Kuzmin Date: Sat, 18 Jan 2020 18:18:54 +0300 Subject: [PATCH] Add Ami. (#2903) * Add Ami. * Correct sort order. It is case insensitive. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea234162..4ed02d19 100644 --- a/README.md +++ b/README.md @@ -1057,6 +1057,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries that implement messaging systems.* +* [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. * [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.