Redis key value store as a simple messaging BUS in .NET, includes Pub/Sub (Broadcast) and Request/Response patterns support.
Info
Version: | 0.1.2 |
Author(s): | Josh Sim |
Last Update: | Monday, May 18, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Joshscorp/RedisBus |
NuGet Url: | https://www.nuget.org/packages/RedisBus |
Install
Install-Package RedisBus
dotnet add package RedisBus
paket add RedisBus
RedisBus Download (Unzip the "nupkg" after downloading)
Dependencies
- StackExchange.Redis(1.0.394)