Microsoft.Extensions.Caching.StackExchangeRedis 9.0.8

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Caching.StackExchangeRedis --version 9.0.8
                    
NuGet\Install-Package Microsoft.Extensions.Caching.StackExchangeRedis -Version 9.0.8
                    
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="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="9.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" />
                    
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 Microsoft.Extensions.Caching.StackExchangeRedis --version 9.0.8
                    
#r "nuget: Microsoft.Extensions.Caching.StackExchangeRedis, 9.0.8"
                    
#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.
#:package Microsoft.Extensions.Caching.StackExchangeRedis@9.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Extensions.Caching.StackExchangeRedis&version=9.0.8
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.Caching.StackExchangeRedis&version=9.0.8
                    
Install as a Cake Tool

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/215a587e52efa710de84138b0a3374b860b924d8

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (753)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Caching.StackExchangeRedis:

Package Downloads
Omnia.Fx.NetCore

Package Description

Reo.Core.DistributedCache.Abstractions

Package Description

Volo.Abp.Caching.StackExchangeRedis

Package Description

Reo.Core.IdentityModel

Package Description

Reo.Core.AutoHistory

Package Description

GitHub repositories (82)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Extensions.Caching.StackExchangeRedis:

Repository Stars
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 7, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
Dotnet-Boxed/Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
ZiggyCreatures/FusionCache
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
aspnetrun/run-aspnetcore-microservices
Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
dotnet/extensions
This repository contains a suite of libraries that provide facilities commonly needed when creating production-ready applications.
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
vietnam-devs/coolstore-microservices
A full-stack .NET microservices build on Dapr and Tye
Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2
An ASP.NET Core Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)
xiaoyaocz/biliuwp-lite
哔哩哔哩UWP Lite
blogifierdotnet/Blogifier
Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
abpframework/abp-samples
Sample solutions built with the ABP Framework
GZTimeWalker/GZCTF
The GZ::CTF project, an open source CTF platform.
Version Downloads Last Updated
10.0.0-preview.7.25380.108 297 9 days ago
10.0.0-preview.6.25358.103 1,326 a month ago
10.0.0-preview.5.25277.114 3,301 2 months ago
10.0.0-preview.4.25258.110 7,132 3 months ago
10.0.0-preview.3.25172.1 8,169 4 months ago
9.0.8 34,924 17 days ago
9.0.7 187,500 a month ago
9.0.6 625,267 2 months ago
9.0.5 793,419 3 months ago
9.0.2 2,790,088 6 months ago
9.0.1 1,194,291 7 months ago
9.0.0 2,930,797 9 months ago
9.0.0-rc.2.24474.3 95,508 10/8/2024
9.0.0-rc.1.24452.1 17,694 9/10/2024
9.0.0-preview.7.24406.2 13,245 8/13/2024
9.0.0-preview.6.24328.4 16,391 7/9/2024
9.0.0-preview.5.24306.11 22,627 6/11/2024
9.0.0-preview.4.24267.6 9,321 5/21/2024
9.0.0-preview.3.24172.13 10,315 4/11/2024
9.0.0-preview.2.24128.4 16,908 3/12/2024
9.0.0-preview.1.24081.5 7,788 2/13/2024
8.0.19 8,380 17 days ago
8.0.18 72,705 a month ago
8.0.17 138,751 2 months ago
8.0.16 241,650 3 months ago
8.0.15 550,665 4 months ago
8.0.14 456,042 5 months ago
8.0.13 541,141 6 months ago
8.0.12 826,618 7 months ago
8.0.11 2,360,747 9 months ago
8.0.10 4,972,235 10/8/2024
8.0.8 5,534,258 8/13/2024
8.0.7 3,448,847 7/9/2024
8.0.6 3,681,999 5/28/2024
8.0.5 1,288,332 5/14/2024
8.0.4 3,664,962 4/9/2024
8.0.3 2,880,006 3/12/2024
8.0.2 2,858,166 2/13/2024
8.0.1 2,915,784 1/9/2024
8.0.0 5,273,999 11/14/2023
8.0.0-rc.2.23480.2 37,722 10/10/2023
8.0.0-rc.1.23421.29 31,817 9/12/2023
8.0.0-preview.7.23375.9 23,901 8/8/2023
8.0.0-preview.6.23329.11 16,583 7/11/2023
8.0.0-preview.5.23302.2 8,435 6/13/2023
8.0.0-preview.4.23260.4 269,059 5/16/2023
8.0.0-preview.3.23177.8 6,081 4/11/2023
8.0.0-preview.2.23153.2 4,134 3/14/2023
8.0.0-preview.1.23112.2 91,608 2/21/2023
7.0.20 388,247 5/28/2024
7.0.19 110,731 5/14/2024
7.0.18 95,012 4/9/2024
7.0.17 113,256 3/12/2024
7.0.16 174,296 2/13/2024
7.0.15 349,536 1/9/2024
7.0.14 716,449 11/14/2023
7.0.13 1,108,919 10/24/2023
7.0.12 660,374 10/10/2023
7.0.11 1,402,583 9/12/2023
7.0.10 1,801,419 8/8/2023
7.0.9 1,322,680 7/11/2023
7.0.8 1,143,733 6/22/2023
7.0.7 515,338 6/13/2023
7.0.5 3,097,654 4/11/2023
7.0.4 1,626,949 3/14/2023
7.0.3 1,860,609 2/14/2023
7.0.2 1,673,206 1/10/2023
7.0.1 1,001,657 12/13/2022
7.0.0 2,692,029 11/7/2022
7.0.0-rc.2.22476.2 13,930 10/11/2022
7.0.0-rc.1.22427.2 22,946 9/14/2022
7.0.0-preview.7.22376.6 13,485 8/9/2022
7.0.0-preview.6.22330.3 24,863 7/12/2022
7.0.0-preview.5.22303.8 20,061 6/14/2022
7.0.0-preview.4.22251.1 22,067 5/10/2022
7.0.0-preview.3.22178.4 11,906 4/13/2022
7.0.0-preview.2.22153.2 24,684 3/14/2022
7.0.0-preview.1.22109.13 8,426 2/17/2022
6.0.36 256,914 9 months ago
6.0.35 115,050 10/8/2024
6.0.33 177,168 8/13/2024
6.0.32 149,560 7/9/2024
6.0.31 257,685 5/28/2024
6.0.30 260,404 5/14/2024
6.0.29 402,445 4/9/2024
6.0.28 297,612 3/12/2024
6.0.27 506,903 2/13/2024
6.0.26 380,446 1/9/2024
6.0.25 1,106,538 11/14/2023
6.0.24 306,443 10/24/2023
6.0.23 268,842 10/10/2023
6.0.22 466,701 9/12/2023
6.0.21 839,795 8/8/2023
6.0.20 805,692 7/11/2023
6.0.19 304,875 6/22/2023
6.0.18 411,895 6/13/2023
6.0.16 1,531,241 4/11/2023
6.0.15 891,019 3/14/2023
6.0.14 1,016,006 2/14/2023
6.0.13 1,247,463 1/10/2023
6.0.12 971,924 12/13/2022
6.0.11 1,804,170 11/7/2022
6.0.10 3,210,156 10/11/2022
6.0.9 2,508,186 9/13/2022
6.0.8 3,369,030 8/9/2022
6.0.7 2,819,568 7/12/2022
6.0.6 2,521,798 6/14/2022
6.0.5 3,406,109 5/10/2022
6.0.4 1,985,532 4/11/2022
6.0.3 3,021,392 3/8/2022
6.0.2 2,258,925 2/8/2022
6.0.1 4,604,114 12/14/2021
6.0.0 3,353,523 11/8/2021
6.0.0-rc.2.21480.10 29,895 10/12/2021
6.0.0-rc.1.21452.15 12,801 9/14/2021
6.0.0-preview.7.21378.6 11,086 8/10/2021
6.0.0-preview.6.21355.2 6,766 7/14/2021
6.0.0-preview.5.21301.17 28,149 6/15/2021
6.0.0-preview.4.21253.5 5,918 5/24/2021
6.0.0-preview.3.21201.13 4,566 4/8/2021
6.0.0-preview.2.21154.6 3,220 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 11,556 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.1 14,268,228 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,634,085 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20478.4 11,605 10/13/2020 5.0.0-rc.2.20478.4 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.7 14,268 9/14/2020 5.0.0-rc.1.20451.7 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.3 2,865 8/25/2020 5.0.0-preview.8.20407.3 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.4 4,646 7/21/2020 5.0.0-preview.7.20365.4 is deprecated because it is no longer maintained.
5.0.0-preview.6.20306.1 3,171 6/25/2020 5.0.0-preview.6.20306.1 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.3 1,505 6/10/2020 5.0.0-preview.5.20278.3 is deprecated because it is no longer maintained.
5.0.0-preview.4.20251.2 7,638 5/18/2020 5.0.0-preview.4.20251.2 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.2 2,617 4/23/2020 5.0.0-preview.3.20215.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.3 1,010 4/2/2020 5.0.0-preview.2.20160.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 4,478 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 690,365 12/13/2022
3.1.31 245,142 11/8/2022
3.1.30 44,341 10/11/2022
3.1.29 29,550 9/13/2022
3.1.28 86,859 8/9/2022
3.1.27 70,245 7/12/2022
3.1.26 68,313 6/14/2022
3.1.25 141,799 5/10/2022
3.1.24 115,909 4/11/2022
3.1.23 126,653 3/8/2022
3.1.22 1,057,577 12/14/2021
3.1.21 357,419 11/7/2021
3.1.20 412,898 10/11/2021
3.1.19 186,296 9/14/2021
3.1.18 555,994 8/10/2021
3.1.17 493,202 7/13/2021
3.1.16 294,749 6/8/2021
3.1.15 278,490 5/11/2021
3.1.14 529,524 4/6/2021
3.1.13 408,546 3/9/2021
3.1.12 456,032 2/9/2021
3.1.11 358,242 1/12/2021
3.1.10 1,100,054 11/9/2020
3.1.9 1,321,691 10/13/2020
3.1.8 1,612,553 9/8/2020
3.1.7 1,402,334 8/11/2020
3.1.6 913,701 7/14/2020
3.1.5 1,571,673 6/9/2020
3.1.4 2,105,300 5/12/2020
3.1.3 1,937,699 3/24/2020
3.1.2 997,483 2/18/2020
3.1.1 974,200 1/14/2020
3.1.0 1,155,528 12/3/2019
3.1.0-preview3.19553.2 959 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 755 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 2,659 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 16,438 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 5,239 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 106,003 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 479,897 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 1,302 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 2,831 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 3,932 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 3,208 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 2,343 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 2,369 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 757 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 907 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 801 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 1,084 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.5 2,232,454 5/14/2019 2.2.5 is deprecated because it is no longer maintained.
2.2.0 2,179,865 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 6,185 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.