Skip to content

Commit 9bf23be

Browse files
Update cache-remove-tls-10-11.md
1 parent 837163d commit 9bf23be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Node Redis and IORedis use TLS 1.2 by default.
8585

8686
### PHP
8787
#### Predis
88-
< PHP 7 Predis supports only TLS 1.0. Does not work with TLS 1.2, you need to upgrade.
88+
For versions less than PHP 7 Predis supports only TLS 1.0. These do not work with TLS 1.2, you need to upgrade.
8989

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.
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.
9191
Specify TLS 1.2 when you create the client instance:
9292

9393
``` PHP

0 commit comments

Comments
 (0)