Marc Gravell d638bba694 Backport to net8 - Caching: SE.Redis update and fix naming inconsistency (#54413) 2 years ago
..
SqlServer 5024525802 Bump the Azure.Identity dependency (#53716) 2 years ago
StackExchangeRedis d638bba694 Backport to net8 - Caching: SE.Redis update and fix naming inconsistency (#54413) 2 years ago
Caching.slnf c7d58cdfd4 Implement output-cache store using redis (#48450) 2 years ago
README.md c37ee916d1 Changed docs.microsoft.com links to learn.microsoft.com Issue: #44175 (#46206) 3 years ago
build.cmd 0801cea403 Favor project-specific build scripts over top-level script (#29918) 5 years ago
build.sh 0801cea403 Favor project-specific build scripts over top-level script (#29918) 5 years ago
startvs.cmd 8ec913c76b Add startvs for each solution (dotnet/extensions#2630) 6 years ago
startvscode.cmd ae8b2c2e36 Added VSCode debugging (for MvcSandbox) & code analysis support (#29486) 5 years ago
startvscode.sh 259c2ab9a1 Add Bash scripts for launching VS Code with activated env (#33236) 4 years ago

README.md

Caching

This area contains distributed cache implementations for Microsoft SQL Server and Redis. See documentation at https://learn.microsoft.com/en-us/aspnet/core/performance/caching/distributed.

Description

These packages are not part of the ASP.NET Core shared framework but are shipped as an individual package. These packages have a third party dependencies on Polly and Polly.Extensions.Http.

Development Setup

Build

To build this specific project from source, follow the instructions on building the project.

Test

To run the tests for this project, run the tests on the command line in this directory.

More Information

For more information, see the ASP.NET Core README.