Info
Version: | 1.0.2 |
Author(s): | Aleksej Shherbak |
Last Update: | Friday, July 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Aleksej-Shherbak/Very-simple-Redis-exctension-for-.Net-Core |
NuGet Url: | https://www.nuget.org/packages/VerySimpleRedisExctension |
Install
Install-Package VerySimpleRedisExctension
dotnet add package VerySimpleRedisExctension
paket add VerySimpleRedisExctension
VerySimpleRedisExctension Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Redis(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.2)
Tags
It gives ability to save an object to Radis db. And you don't need to serialize the to string or byte array.