Info
Version: | 2.2.0-beta |
Author(s): | Paul Louth |
Last Update: | Wednesday, March 1, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/louthy/echo-process |
NuGet Url: | https://www.nuget.org/packages/Echo.Process.Redis |
Install
Install-Package Echo.Process.Redis
dotnet add package Echo.Process.Redis
paket add Echo.Process.Redis
Echo.Process.Redis Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Echo.Process(>= 2.1.6)
- LanguageExt.Core(>= 3.5.18)
- LanguageExt.Parsec(>= 3.5.18)
- StackExchange.Redis(>= 2.0.601)
- Echo.Process(>= 2.1.6)
- LanguageExt.Core(>= 3.5.18)
- LanguageExt.Parsec(>= 3.5.18)
- StackExchange.Redis(>= 2.0.601)
Tags
It also includes an 'Erlang like' process system (actors) that can optionally persist messages and state to Redis (note you can use it without Redis for in-app messaging). The process system additionally supports Rx streams of messages and state allowing for a complete system of reactive events and message dispatch.