TNX.Cache.Redis
1.2.5
See the version list below for details.
dotnet add package TNX.Cache.Redis --version 1.2.5
NuGet\Install-Package TNX.Cache.Redis -Version 1.2.5
<PackageReference Include="TNX.Cache.Redis" Version="1.2.5" />
paket add TNX.Cache.Redis --version 1.2.5
#r "nuget: TNX.Cache.Redis, 1.2.5"
// Install TNX.Cache.Redis as a Cake Addin #addin nuget:?package=TNX.Cache.Redis&version=1.2.5 // Install TNX.Cache.Redis as a Cake Tool #tool nuget:?package=TNX.Cache.Redis&version=1.2.5
[4.5]
This assembly adds access to Redis Cache in a simplyfied fluent way
Features of RedisCacheManager:
- Remote cache with fluent api
- Builtin short/long lived item caching
- Configurable retention timings
- Supports for multiple Redis servers
- Supports for value overwrite
Helper name: RedisCacheManager
demo: www.antonioesposito.it
q: info@antonioesposito.it
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Newtonsoft.Json (>= 8.0.3)
- StackExchange.Redis (>= 1.1.603)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.1-preview | 537 | 4/4/2019 |
2.0.0-preview | 496 | 3/29/2019 |
1.5.0 | 842 | 4/4/2019 |
1.3.0 | 1,059 | 3/6/2018 |
1.2.5 | 1,320 | 7/27/2016 |
1.2.4 | 1,351 | 7/27/2016 |
1.2.3 | 1,019 | 6/11/2016 |
1.2.2 | 1,024 | 6/10/2016 |
1.2.1 | 991 | 4/21/2016 |
1.2.0 | 1,072 | 4/21/2016 |
1.1.3 | 1,204 | 1/24/2015 |
1.1.2 | 1,081 | 1/24/2015 |
1.0.2 | 1,038 | 1/24/2015 |
1.0.1 | 1,059 | 1/24/2015 |
1.0.0 | 1,068 | 1/24/2015 |
- New instance timing configuration
- Add support for value types
- Keys support for any object
- Add Exception logging
- Fix NULL value save
- Updated Redis dependency version