You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -896,6 +896,9 @@ const redis = new Redis("rediss://redis.my-service.com");
896
896
897
897
### TLS Profiles
898
898
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
+
899
902
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.
0 commit comments