Redis消息队列中间件 1.支持redis广播 2.支持redis延迟队列 3.支持循环执行队列.
Info
Version: | 1.0.0.19 |
Author(s): | InitQ |
Last Update: | Friday, June 28, 2024 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/InitQ |
Install
Install-Package InitQ
dotnet add package InitQ
paket add InitQ
InitQ Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Hosting(>= 2.1.0)
- Newtonsoft.Json(>= 12.0.3)
- StackExchange.Redis(>= 1.2.4)