Skip to content

Commit d4f6321

Browse files
authored
Add rejectedUnauthorized and other TLS options (#1708)
1 parent 53bc564 commit d4f6321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/client/socket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface RedisUnixSocketOptions extends RedisSocketCommonOptions {
2222
path: string;
2323
}
2424

25-
export interface RedisTlsSocketOptions extends RedisNetSocketOptions, tls.SecureContextOptions {
25+
export interface RedisTlsSocketOptions extends RedisNetSocketOptions, tls.SecureContextOptions, tls.CommonConnectionOption {
2626
tls: true;
2727
}
2828

0 commit comments

Comments
 (0)