Info
Version: | 0.1.0-alpha1 |
Author(s): | Esben Bach |
Last Update: | Friday, September 20, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/esbenbach/Ofn.ServiceFabric.Cache |
NuGet Url: | https://www.nuget.org/packages/Ofn.ServiceFabric.Cache.Abstractions |
Install
Install-Package Ofn.ServiceFabric.Cache.Abstractions
dotnet add package Ofn.ServiceFabric.Cache.Abstractions
paket add Ofn.ServiceFabric.Cache.Abstractions
Ofn.ServiceFabric.Cache.Abstractions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.ServiceFabric.Services.Remoting(>= 3.4.664)
Tags
You can use this library to setup a distributed cache and use Service Fabric instead of Redis or SQL Server.
Thanks goes to https://github.com/SoCreate/service-fabric-distributed-cache from which this project was originally based on.