Skip to content

Commit 0aad145

Browse files
authored
Merge pull request #1 from App-vNext/reisenberger-patchreadmeforredis
Mention Redis in readme
2 parents 94b432b + 179a67b commit 0aad145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Polly.Caching.IDistributedCache requires:
3939

4040
# How to use the Polly.Caching.IDistributedCache plugin
4141

42-
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
42+
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`.
4343

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

0 commit comments

Comments
 (0)