Skip to content

Commit ee452ae

Browse files
authored
Merge pull request #111012 from Mike-Ubezzi-MSFT/patch-37
Update to ServiceStack.Redis Info
2 parents 50ec3bc + 69f10ec commit ee452ae

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#servicestackredis-ssl-support).
51+
* **ServiceStack.Redis:** Follow the [ServiceStack.Redis](https://github.com/ServiceStack/ServiceStack.Redis#servicestackredis-ssl-support) instructions and requires ServiceStack.Redis v5.6 at a minimum.
5252

5353
### .NET Core
5454

0 commit comments

Comments
 (0)