Skip to content

Commit

Permalink
Use built-in tls$connectOptions type for ioredis tls options (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
acmcelwee authored and gantoine committed Jul 12, 2018
1 parent 622ff96 commit bf37555
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -710,9 +710,7 @@ declare module "ioredis" {
*/
autoResendUnfulfilledCommands?: boolean,
lazyConnect?: boolean,
tls?: {
ca: Buffer
},
tls?: tls$connectOptions,
sentinels?: { host: string, port: number }[],
name?: string,
/**
Expand Down

0 comments on commit bf37555

Please sign in to comment.