Redis.Cache 0.9.2

dotnet add package Redis.Cache --version 0.9.2
NuGet\Install-Package Redis.Cache -Version 0.9.2
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="Redis.Cache" Version="0.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Redis.Cache --version 0.9.2
#r "nuget: Redis.Cache, 0.9.2"
#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.
// Install Redis.Cache as a Cake Addin
#addin nuget:?package=Redis.Cache&version=0.9.2

// Install Redis.Cache as a Cake Tool
#tool nuget:?package=Redis.Cache&version=0.9.2

Redis.Cache

Small library for manage cache with Redis.

Language C# Framework .NET 4.x
Support Extending and Absolute TTL (At the same time)
Support native data type (int, string, bool, single and double)...
... and automatically serialization and de-serialization object.
Support to compression.

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
0.9.2 16,386 6/23/2014
0.9.1 1,351 6/23/2014
0.9.0 1,294 6/11/2014
0.8.0 1,250 5/21/2014
0.7.0 1,324 4/29/2014
0.6.0 1,317 4/27/2014

Small optimization.

*Important!*

Changed serialization TTL and Date/Time. This version is not compatible with previous versions. Is necessary to empty database (used to save cache items) and reboot your Redis Server instance.