Implementation of a parallel thread-safe in-memory caching system with save, and load support suited for 'state' programming and easy timeout support for time sensitive caching with Redis support.
Info
| Version: | 1.0.0 |
| Author(s): | Timothy D Meadows II |
| Last Update: | Wednesday, August 26, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/TimothyMeadows/RedisMemoryCache.Net |
| NuGet Url: | https://www.nuget.org/packages/RedisMemoryCache.Net |
Install
Install-Package RedisMemoryCache.Net
dotnet add package RedisMemoryCache.Net
paket add RedisMemoryCache.Net
RedisMemoryCache.Net Download (Unzip the "nupkg" after downloading)
Dependencies
- TimedMemoryCache.Net(>= 1.0.0)
- StackExchange.Redis(>= 1.2.6)