From 65a89a873d1d8c3c91f38b414851b8247378b501 Mon Sep 17 00:00:00 2001 From: Stong <498327580@qq.com> Date: Thu, 28 Mar 2024 02:57:34 +0800 Subject: [PATCH] docs: add watermill-rediszset to unofficial libraries (#427) The watermill-rediszset implements a Pub/Sub interface that can be beneficial in certain scenarios, such as scheduled tasks. --- docs/content/docs/awesome.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/docs/awesome.md b/docs/content/docs/awesome.md index b71573f00..163345185 100644 --- a/docs/content/docs/awesome.md +++ b/docs/content/docs/awesome.md @@ -30,6 +30,7 @@ If you know another library or are an author of one, please [add it to the list] * MongoDB https://github.com/cunyat/watermill-mongodb * MQTT https://github.com/perfect13/watermill-mqtt * NSQ https://github.com/chennqqi/watermill-nsq +* Redis Zset https://github.com/stong1994/watermill-rediszset ### Logging