SharpRepository.Caching.Redis 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpRepository.Caching.Redis --version 1.2.0
                    
NuGet\Install-Package SharpRepository.Caching.Redis -Version 1.2.0
                    
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="SharpRepository.Caching.Redis" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpRepository.Caching.Redis" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="SharpRepository.Caching.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 SharpRepository.Caching.Redis --version 1.2.0
                    
#r "nuget: SharpRepository.Caching.Redis, 1.2.0"
                    
#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=SharpRepository.Caching.Redis&version=1.2.0
                    
Install SharpRepository.Caching.Redis as a Cake Addin
#tool nuget:?package=SharpRepository.Caching.Redis&version=1.2.0
                    
Install SharpRepository.Caching.Redis as a Cake Tool

SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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.2.2 18,500 7/12/2018
2.0.2.1 1,212 6/26/2018
2.0.2-beta1 1,077 6/13/2018
2.0.1-alpha3 1,539 11/9/2017
1.5.0.2 1,271 7/25/2017
1.4.7 3,177 10/17/2014
1.2.0 1,671 3/14/2013
1.1.0 1,771 12/10/2012
1.0.2.1 1,660 11/12/2012

Compound keys, sharing of DbContext via IoC containers, misc bug fixes