Skip to content

Commit 69f10ec

Browse files
authored
Update to ServiceStack.Redis Info
Added minimum version detail for ServiceStack.Redis client per https://docs.servicestack.net/releases/v5.6#servicestacktext as suggested by customer as a follow-up comment.
1 parent 50ec3bc commit 69f10ec

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)