Skip to content

Commit

Permalink
docs: add notice for TLS profile settings (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Aug 15, 2022
1 parent adbd103 commit ddb3f89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit ddb3f89

Please sign in to comment.