RedisMessagingHub 0.1.19
Redis Messaging Hub is a dotnetcore 1.x library that utilizes Redis pub/sub features along with Web Sockets to provide a streamlined and stable messaging system. Some advantages include the ability to send messages to a client from anywhere by simply publishing to a channel from any location.
Install-Package RedisMessagingHub -Version 0.1.19
dotnet add package RedisMessagingHub --version 0.1.19
<PackageReference Include="RedisMessagingHub" Version="0.1.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RedisMessagingHub --version 0.1.19
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETCoreApp 1.1
- Microsoft.AspNetCore.WebSockets.Server (>= 0.1.0)
- Microsoft.Extensions.Configuration (>= 1.1.2)
- Microsoft.Extensions.Configuration.Abstractions (>= 1.1.2)
- Microsoft.NETCore.App (>= 1.1.2)
- Newtonsoft.Json (>= 10.0.3)
- StackExchange.Redis (>= 1.2.6)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.