Skip to content

Commit 62728fd

Browse files
authored
Merge pull request #110976 from Mike-Ubezzi-MSFT/patch-36
Update to ServiceStack.Redis link.
2 parents 3415371 + bfcfa29 commit 62728fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-cache-for-redis/cache-remove-tls-10-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Most applications use Redis client libraries to handle communication with their
4848
Redis .NET clients use the earliest TLS version by default on .NET Framework 4.5.2 or earlier, and use the latest TLS version on .NET Framework 4.6 or later. If you're using an older version of .NET Framework, you can enable TLS 1.2 manually:
4949

5050
* **StackExchange.Redis:** Set `ssl=true` and `sslprotocols=tls12` in the connection string.
51-
* **ServiceStack.Redis:** Follow the [ServiceStack.Redis instructions](https://github.com/ServiceStack/ServiceStack.Redis/pull/247).
51+
* **ServiceStack.Redis:** Follow the [ServiceStack.Redis instructions](https://github.com/ServiceStack/ServiceStack.Redis#servicestackredis-ssl-support).
5252

5353
### .NET Core
5454

0 commit comments

Comments
 (0)