We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5deafb commit 5aca2bbCopy full SHA for 5aca2bb
.talismanrc
@@ -3,5 +3,5 @@ fileignoreconfig:
3
ignore_detectors:
4
- filecontent
5
- filename: package-lock.json
6
- checksum: 8dae940d01a846b804a410f9c59b8b173866342950ec0e75026640326bdb8b8c
+ checksum: 52fe445de22ff337ecbd1dd7731cf738777f4f9f95a81ff7fbe087d851902b42
7
version: "1.0"
js/interface.d.ts
@@ -17,6 +17,7 @@ export interface EpicurusResponse {
17
result?: any;
18
}
19
export interface EpicurusRedisConfig {
20
- host: string;
21
- port: number;
+ host?: string;
+ port?: number;
22
+ url?: string;
23
0 commit comments