CacheManager.StackExchange.Redis
1.2.0
See the version list below for details.
dotnet add package CacheManager.StackExchange.Redis --version 1.2.0
NuGet\Install-Package CacheManager.StackExchange.Redis -Version 1.2.0
<PackageReference Include="CacheManager.StackExchange.Redis" Version="1.2.0" />
paket add CacheManager.StackExchange.Redis --version 1.2.0
#r "nuget: CacheManager.StackExchange.Redis, 1.2.0"
// Install CacheManager.StackExchange.Redis as a Cake Addin
#addin nuget:?package=CacheManager.StackExchange.Redis&version=1.2.0
// Install CacheManager.StackExchange.Redis as a Cake Tool
#tool nuget:?package=CacheManager.StackExchange.Redis&version=1.2.0
CacheManager extension package which adds support for Redis as a distributed cache layer. CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- CacheManager.Core (>= 1.2.0)
- StackExchange.Redis (>= 2.0.513)
-
.NETStandard 2.0
- CacheManager.Core (>= 1.2.0)
- StackExchange.Redis (>= 2.0.513)
NuGet packages (29)
Showing the top 5 NuGet packages that depend on CacheManager.StackExchange.Redis:
Package | Downloads |
---|---|
Datory
基于 Dapper 及 SqlKata 的通用数据库操作库,支持SqlServer、MySql、PostgreSql以及SQLite。 |
|
Inaction.Extensions
.net core 快速开发框架,请下载Inaction.Web |
|
MayHan.Tools.Standard
美涵科技公共组件 |
|
Hummingbird.Extensions.Cache
分布式缓存 |
|
zAppDev.DotNet.Framework
Package Description |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on CacheManager.StackExchange.Redis:
Repository | Stars |
---|---|
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
|
|
TurnerSoftware/CacheTower
An efficient multi-layered caching system for .NET
|
|
VahidN/EFSecondLevelCache.Core
Entity Framework Core Second Level Caching Library
|
|
DavidChild/Bitter.Core.Orm.NetCore
bitter.core is a high-performance and easy-to-use netcore / netframework orm framework. I think you'll love it. designed for development and efficiency. efficiency, high performance and high stability are always the pursuit of programmers. bittercore was born for that. you want to be lazy, even lazier! simple, more simple! controllable, more controllable! please use it bitter.Core .
|
|
guoming/Hummingbird
分布式锁,分布式ID,分布式消息队列、配置中心、注册中心、服务注册发现、超时、重试、熔断、负载均衡
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-beta-1629 | 157,426 | 11/15/2018 |
1.2.0 | 2,321,100 | 12/6/2018 |
1.1.2 | 816,649 | 11/18/2017 |
1.1.1 | 206,615 | 7/2/2017 |
1.1.0 | 38,841 | 6/5/2017 |
1.0.1 | 36,567 | 4/20/2017 |
1.0.0 | 19,920 | 3/19/2017 |
1.0.0-beta-1456 | 796 | 3/14/2017 |
0.9.3 | 139,327 | 2/3/2017 |
0.9.2 | 37,562 | 12/1/2016 |
0.9.1 | 28,176 | 9/23/2016 |
0.9.0 | 5,965 | 8/21/2016 |
0.8.0 | 55,844 | 2/28/2016 |
0.7.4 | 2,648 | 2/14/2016 |
0.7.3 | 1,079 | 2/5/2016 |
0.7.2 | 1,217 | 1/27/2016 |
0.7.1 | 1,050 | 1/20/2016 |
0.7.0 | 1,523 | 12/26/2015 |
0.6.1 | 1,381 | 10/31/2015 |
0.6.0 | 3,899 | 6/9/2015 |
0.5.0 | 1,408 | 4/15/2015 |
0.4.4.1 | 1,094 | 4/10/2015 |
0.4.4 | 1,065 | 4/10/2015 |
0.4.3 | 1,149 | 4/4/2015 |
0.4.2 | 1,099 | 3/31/2015 |
0.4.1 | 1,109 | 3/27/2015 |
0.4.0 | 1,378 | 3/22/2015 |
Upgraded to StackExchange.Redis 2.x.
If you have to use StackExchange.Redis 1.x, use an earlier version of CacheManager!