Ractor.Persistence
0.4.2
See the version list below for details.
dotnet add package Ractor.Persistence --version 0.4.2
NuGet\Install-Package Ractor.Persistence -Version 0.4.2
<PackageReference Include="Ractor.Persistence" Version="0.4.2" />
paket add Ractor.Persistence --version 0.4.2
#r "nuget: Ractor.Persistence, 0.4.2"
// Install Ractor.Persistence as a Cake Addin #addin nuget:?package=Ractor.Persistence&version=0.4.2 // Install Ractor.Persistence as a Cake Tool #tool nuget:?package=Ractor.Persistence&version=0.4.2
Ractor.Persistence is a collection of APIs for POCOs and blobs persistence and a strongly typed Redisclient based on excellent Stackexchange.Redis library.The typed Redis client has strong opinion about keys schema inside Redis and uses a concept of root/owner objects to store dependent objects/collections. POCO/database persistor is implemented on top of Entity Framework 6 (with automatic migrations enabled for non-destructive schema changes). Blob persistor saves large data objects to files or S3.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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 (2)
Showing the top 2 NuGet packages that depend on Ractor.Persistence:
Package | Downloads |
---|---|
Ractor
Ractor |
|
Ractor.Persistence.AWS
Ractor.Persistence |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.0-build1702080717 | 1,015 | 2/8/2017 |
0.5.5 | 1,371 | 12/25/2016 |
0.5.4 | 1,509 | 12/25/2016 |
0.5.3 | 1,074 | 12/25/2016 |
0.5.2 | 1,026 | 12/23/2016 |
0.5.1 | 1,043 | 12/21/2016 |
0.5.0 | 1,002 | 12/21/2016 |
0.4.5 | 1,410 | 2/25/2016 |
0.4.4 | 1,193 | 9/25/2015 |
0.4.3 | 1,111 | 9/23/2015 |
0.4.2 | 1,107 | 8/18/2015 |
0.4.1 | 1,313 | 7/16/2015 |
0.4.0 | 1,215 | 7/14/2015 |
0.3.9 | 1,082 | 7/14/2015 |
0.3.8 | 1,200 | 7/13/2015 |
0.3.7 | 1,117 | 7/6/2015 |
0.3.6 | 1,120 | 7/6/2015 |
0.3.5 | 1,139 | 4/1/2015 |
0.3.4 | 1,121 | 3/27/2015 |
0.3.3 | 1,090 | 3/25/2015 |
0.3.2 | 1,085 | 3/25/2015 |
0.3.1 | 1,245 | 3/24/2015 |
0.3.0 | 1,181 | 9/21/2014 |
0.2.6 | 1,162 | 8/21/2014 |
0.2.5 | 1,164 | 8/21/2014 |
0.2.4 | 1,130 | 8/9/2014 |
0.2.3 | 1,143 | 8/8/2014 |
0.2.2 | 1,116 | 8/5/2014 |
0.2.1 | 1,148 | 8/5/2014 |
0.2.0 | 1,096 | 7/30/2014 |
0.1.1 | 9,437 | 7/11/2014 |
We have to check types on each context construction, otherwise we could miss types that were not yet loaded during