Skip to content

Commit ddb3f89

Browse files
authored
docs: add notice for TLS profile settings (#1636)
1 parent adbd103 commit ddb3f89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,9 @@ const redis = new Redis("rediss://redis.my-service.com");
896896

897897
### TLS Profiles
898898

899+
> **Warning**
900+
> TLS profiles described in this section are going to be deprecated in the next major version. Please provide TLS options explicitly.
901+
899902
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.
900903

901904
Profiles:

0 commit comments

Comments
 (0)