We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837163d commit 9bf23beCopy full SHA for 9bf23be
articles/azure-cache-for-redis/cache-remove-tls-10-11.md
@@ -85,9 +85,9 @@ Node Redis and IORedis use TLS 1.2 by default.
85
86
### PHP
87
#### Predis
88
- < PHP 7 Predis supports only TLS 1.0. Does not work with TLS 1.2, you need to upgrade.
+ For versions less than PHP 7 Predis supports only TLS 1.0. These do not work with TLS 1.2, you need to upgrade.
89
90
- PHP 7.0 to PHP 7.2.1 -> Predis uses only TLS 1.0 or 1.1 by default. You can use the workaround below to use TLS 1.2.
+ PHP 7.0 to PHP 7.2.1: Predis uses only TLS 1.0 or 1.1 by default. You can use the workaround below to use TLS 1.2.
91
Specify TLS 1.2 when you create the client instance:
92
93
``` PHP
0 commit comments