Skip to content

Commit 6190853

Browse files
fixing tls bug
1 parent d5deafb commit 6190853

File tree

3 files changed

+717
-554
lines changed

3 files changed

+717
-554
lines changed

js/interface.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export interface EpicurusResponse {
1717
result?: any;
1818
}
1919
export interface EpicurusRedisConfig {
20-
host: string;
21-
port: number;
20+
host?: string;
21+
port?: number;
22+
url?: string;
2223
}

0 commit comments

Comments
 (0)