Skip to content

Commit

Permalink
Merge pull request #182 from Azure/stanleysmall-microsoft-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
stanleysmall-microsoft authored Mar 8, 2023
2 parents e061614 + 532a81d commit 7543a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ASP.NET Redis Providers
This repository contains code for Session State and Output Cache providers for Redis.
1) Azure Redis Session State Provider can be use to store your session state in a Redis Cache rather than in-memory or in a SQL Server database.
2) Azure Redis Output Cache Provider is an out-of-process storage mechanism for output cache data. This data is specifically for full HTTP responses (page output caching).
3) Azure Redis Output Cache Middleware contains an extensible [middleware](https://docs.microsoft.com/aspnet/core/fundamentals/middleware) project described in the [docs](docs/middleware.md) which provides output caching for ASP.NET Core 3.1 - 6.0.
3) Azure Redis Output Cache Middleware contains an extensible [middleware](https://docs.microsoft.com/aspnet/core/fundamentals/middleware) project described in the [docs](docs/redis_output_cache_middleware.md) which provides output caching for ASP.NET Core 3.1 - 6.0.

## Documentation

Expand Down

0 comments on commit 7543a44

Please sign in to comment.