Skip to content

Commit

Permalink
Merge pull request #1 from App-vNext/reisenberger-patchreadmeforredis
Browse files Browse the repository at this point in the history
Mention Redis in readme
  • Loading branch information
reisenberger authored Dec 3, 2017
2 parents 94b432b + 179a67b commit 0aad145
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 @@ -39,7 +39,7 @@ Polly.Caching.IDistributedCache requires:

# How to use the Polly.Caching.IDistributedCache plugin

These notes assume you are familiar with using the .Net Standard `IDistributedCache` implementations. For information, see: https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed
These notes assume you are familiar with using the .Net Standard `IDistributedCache` implementations. For information, see: https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed . As described on that page, Microsoft provide a Redis implementation and an SQL server implementation for `IDistributedCache`.

Assuming you have an instance `IDistributedCache distributedCache` in hand (perhaps just configured and instantiated, perhaps provided to local code by Dependency Injection):

Expand Down

0 comments on commit 0aad145

Please sign in to comment.