TNX.Cache.Redis 1.2.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package TNX.Cache.Redis --version 1.2.4
                    
NuGet\Install-Package TNX.Cache.Redis -Version 1.2.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TNX.Cache.Redis" Version="1.2.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TNX.Cache.Redis" Version="1.2.4" />
                    
Directory.Packages.props
<PackageReference Include="TNX.Cache.Redis" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TNX.Cache.Redis --version 1.2.4
                    
#r "nuget: TNX.Cache.Redis, 1.2.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=TNX.Cache.Redis&version=1.2.4
                    
Install TNX.Cache.Redis as a Cake Addin
#tool nuget:?package=TNX.Cache.Redis&version=1.2.4
                    
Install TNX.Cache.Redis as a Cake Tool

[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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 592 4/4/2019
2.0.0-preview 550 3/29/2019
1.5.0 904 4/4/2019
1.3.0 1,260 3/6/2018
1.2.5 1,459 7/27/2016
1.2.4 1,492 7/27/2016
1.2.3 1,159 6/11/2016
1.2.2 1,163 6/10/2016
1.2.1 1,132 4/21/2016
1.2.0 1,211 4/21/2016
1.1.3 1,351 1/24/2015
1.1.2 1,228 1/24/2015
1.0.2 1,184 1/24/2015
1.0.1 1,206 1/24/2015
1.0.0 1,216 1/24/2015

- New instance timing configuration
- Add support for value types
- Keys support for any object
- Add Exception logging