Updated Home (markdown)

Maran Palaniappan 2020-05-26 11:56:35 -07:00
Родитель 756383936a
Коммит cda741470d
1 изменённых файлов: 1 добавлений и 1 удалений

@ -1,6 +1,6 @@
ASP.NET Redis Providers
=======================
This repository contains code for Session State and Output Cache providers for Redis.
This repository contains code for the ASP.NET Session State and Output Cache providers for Redis. This repository does not contain an implementation of the .NET ObjectCache.
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).