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: packages/legacy/types/src/config-schema.json
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -110,10 +110,12 @@
110
110
"description": "Flag to indicate lazyConnect value for Redis client.\n\n@default: true"
111
111
},
112
112
"dnsLookupAsIs": {
113
-
"type": "boolean"
113
+
"type": "boolean",
114
+
"description": "Needed for TLS connections to Redis Cluster (especially when using AWS Elasticache Clusters with TLS).\n\n@see https://github.com/redis/ioredis?tab=readme-ov-file#special-note-aws-elasticache-clusters-with-tls"
114
115
},
115
116
"tls": {
116
-
"type": "boolean"
117
+
"type": "boolean",
118
+
"description": "Enable TLS for Redis Cluster connections. Required for AWS Elasticache Clusters with TLS.\n\n@see https://github.com/redis/ioredis?tab=readme-ov-file#special-note-aws-elasticache-clusters-with-tls"
0 commit comments