Skip to content

Commit

Permalink
Redis Cache content freshness review
Browse files Browse the repository at this point in the history
  • Loading branch information
steved0x committed Jul 12, 2016
1 parent d5018b4 commit f088fdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion articles/redis-cache/cache-aspnet-output-cache-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ms.topic="article"
ms.tgt_pltfrm="cache-redis"
ms.workload="tbd"
ms.date="04/27/2016"
ms.date="07/12/2016"
ms.author="sdanie" />

# ASP.NET Output Cache Provider for Azure Redis Cache
Expand Down
4 changes: 2 additions & 2 deletions articles/redis-cache/cache-aspnet-session-state-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ms.topic="article"
ms.tgt_pltfrm="cache-redis"
ms.workload="tbd"
ms.date="04/27/2016"
ms.date="07/12/2016"
ms.author="sdanie" />

# ASP.NET Session State Provider for Azure Redis Cache
Expand Down Expand Up @@ -53,7 +53,7 @@ The NuGet package downloads and adds the required assembly references and adds t
operationTimeoutInMilliseconds = "5000" [number]
/>
-->
<add name="MySessionStateStore"type="Microsoft.Web.Redis.RedisSessionStateProvider"host="127.0.0.1"accessKey="" ssl="false"/>
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="127.0.0.1" accessKey="" ssl="false"/>
</providers>
</sessionState>

Expand Down
2 changes: 1 addition & 1 deletion articles/redis-cache/cache-redis-cache-arm-provision.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ms.tgt_pltfrm="cache-redis"
ms.devlang="na"
ms.topic="article"
ms.date="04/22/2016"
ms.date="07/12/2016"
ms.author="sdanie"/>

# Create a Redis Cache using a template
Expand Down

0 comments on commit f088fdc

Please sign in to comment.