Ractor.Persistence.AWS
0.1.1
See the version list below for details.
dotnet add package Ractor.Persistence.AWS --version 0.1.1
NuGet\Install-Package Ractor.Persistence.AWS -Version 0.1.1
<PackageReference Include="Ractor.Persistence.AWS" Version="0.1.1" />
paket add Ractor.Persistence.AWS --version 0.1.1
#r "nuget: Ractor.Persistence.AWS, 0.1.1"
// Install Ractor.Persistence.AWS as a Cake Addin #addin nuget:?package=Ractor.Persistence.AWS&version=0.1.1 // Install Ractor.Persistence.AWS as a Cake Tool #tool nuget:?package=Ractor.Persistence.AWS&version=0.1.1
Ractor.Persistence is a collection of APIs for POCOs and blobs persistence and a strongly typed Redis
client based on excellent Stackexchange.Redis library.
Ractor.Persistence.AWS has some interface implementations for AWS platform.
Product | Versions 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. |
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 | 846 | 2/8/2017 |
0.5.4 | 1,200 | 12/25/2016 |
0.5.3 | 964 | 12/25/2016 |
0.5.2 | 1,034 | 12/23/2016 |
0.5.1 | 1,041 | 12/21/2016 |
0.5.0 | 1,034 | 12/21/2016 |
0.4.5 | 1,292 | 2/25/2016 |
0.4.4 | 1,245 | 9/25/2015 |
0.4.3 | 1,155 | 9/23/2015 |
0.4.2 | 1,087 | 8/18/2015 |
0.4.1 | 1,265 | 7/16/2015 |
0.4.0 | 1,226 | 7/14/2015 |
0.3.9 | 1,065 | 7/14/2015 |
0.3.8 | 1,208 | 7/13/2015 |
0.3.7 | 1,098 | 7/6/2015 |
0.3.6 | 1,110 | 7/6/2015 |
0.3.5 | 1,178 | 4/1/2015 |
0.3.4 | 1,132 | 3/27/2015 |
0.3.3 | 1,097 | 3/25/2015 |
0.3.2 | 1,121 | 3/25/2015 |
0.3.0 | 1,199 | 9/21/2014 |
0.2.6 | 1,144 | 8/21/2014 |
0.2.5 | 1,141 | 8/21/2014 |
0.2.4 | 1,083 | 8/9/2014 |
0.2.3 | 1,182 | 8/8/2014 |
0.2.2 | 1,112 | 8/5/2014 |
0.2.1 | 1,115 | 8/5/2014 |
0.2.0 | 1,164 | 7/30/2014 |
0.1.1 | 1,089 | 7/11/2014 |
Rename to Ractor and change direction: the goal is to make CLR/JVM interoperable actors. An actor could be defined in any language on any platform and called from another platform. The only requirement is that message types are defined on both platforms and are serializable to the same Json representation.