Fredis.Persistence
0.0.10
See the version list below for details.
dotnet add package Fredis.Persistence --version 0.0.10
NuGet\Install-Package Fredis.Persistence -Version 0.0.10
<PackageReference Include="Fredis.Persistence" Version="0.0.10" />
paket add Fredis.Persistence --version 0.0.10
#r "nuget: Fredis.Persistence, 0.0.10"
// Install Fredis.Persistence as a Cake Addin #addin nuget:?package=Fredis.Persistence&version=0.0.10 // Install Fredis.Persistence as a Cake Tool #tool nuget:?package=Fredis.Persistence&version=0.0.10
Fredis.Persistence is a collection of APIs for POCOs and blobs persistence and a strongly typed Redis
client based on excellent Stackexchange.Redis library.
The typed Redis client has strong opinion about keys schema inside Redis and uses a concept
root/owner objects to store dependent objects/collections. POCO/database persistor base implementation
wraps around ServiceStack.ORMLite.v3, however there is no binary dependency and any ORM could be plugged
in. Blob persistor saves large data objects to files or S3.
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. |
-
- ServiceStack.Common (>= 3.9.71)
- ServiceStack.OrmLite.SqlServer (>= 3.9.71)
- ServiceStack.Text (>= 3.9.71)
- StackExchange.Redis
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
June 19 2014 update