Ractor 0.3.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ractor --version 0.3.9
NuGet\Install-Package Ractor -Version 0.3.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ractor" Version="0.3.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ractor --version 0.3.9
#r "nuget: Ractor, 0.3.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ractor as a Cake Addin
#addin nuget:?package=Ractor&version=0.3.9

// Install Ractor as a Cake Tool
#tool nuget:?package=Ractor&version=0.3.9

Ractor (Redis Actor) is a distributed actor system with CLR/JVM interop (WIP) and dead simple API for POCOs cache/persistence. Its API is inspired by F#'s MailboxProcessor, Fsharp.Actor and Akka(.NET) libraries. The main difference is that in Ractor actors exist is Redis per se as lists of messages, while a number of ephemeral workers (actors' "incarnations") take messages from Redis, process them and post results back.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0-build1702080717 828 2/8/2017
0.5.5 1,170 12/25/2016
0.5.4 993 12/25/2016
0.5.3 982 12/25/2016
0.5.2 939 12/23/2016
0.5.1 944 12/21/2016
0.5.0 930 12/21/2016
0.4.5 1,093 2/25/2016
0.4.4 1,147 9/25/2015
0.4.3 1,096 9/23/2015
0.4.2 1,053 8/18/2015
0.4.1 1,064 7/16/2015
0.4.0 999 7/14/2015
0.3.9 1,132 7/14/2015
0.3.8 1,114 7/13/2015
0.3.7 1,079 7/6/2015
0.3.6 1,027 7/6/2015
0.3.5 1,067 4/1/2015
0.3.4 1,053 3/27/2015
0.3.3 1,047 3/25/2015
0.3.2 1,057 3/25/2015
0.2.0 1,147 7/30/2014
0.1.1 1,107 7/11/2014

Make migrations optional and off by default.