From ddb3f89bc3f487033121c2cdf4d27920937f48e5 Mon Sep 17 00:00:00 2001 From: Zihua Li Date: Mon, 15 Aug 2022 11:40:47 +0800 Subject: [PATCH] docs: add notice for TLS profile settings (#1636) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2097fcfe..a44b5095 100644 --- a/README.md +++ b/README.md @@ -896,6 +896,9 @@ const redis = new Redis("rediss://redis.my-service.com"); ### TLS Profiles +> **Warning** +> TLS profiles described in this section are going to be deprecated in the next major version. Please provide TLS options explicitly. + To make it easier to configure we provide a few pre-configured TLS profiles that can be specified by setting the `tls` option to the profile's name or specifying a `tls.profile` option in case you need to customize some values of the profile. Profiles: