From ea1639f3622baaf6d985af111c4f208fd3839658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=9C=A8?= <67222160+difuteam@users.noreply.github.com> Date: Mon, 5 Oct 2020 13:11:16 +0800 Subject: [PATCH] Update general.md (#682) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加 RedisMQ 扩展 --- docs/content/user-guide/zh/transport/general.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/user-guide/zh/transport/general.md b/docs/content/user-guide/zh/transport/general.md index 5739a4c..ee47cfd 100644 --- a/docs/content/user-guide/zh/transport/general.md +++ b/docs/content/user-guide/zh/transport/general.md @@ -34,3 +34,4 @@ CAP 支持以下几种运输方式: * ZeroMQ ([@maikebing](https://github.com/maikebing)) https://github.com/maikebing/CAP.Extensions/tree/master/src/DotNetCore.CAP.ZeroMQ +* RedisMQ ([@木木](https://github.com/difudotnet)) https://github.com/difudotnet/CAP.RedisMQ.Extensions