MCPcopy Create free account
hub / github.com/actionhero/node-resque / SpecConnectionDetails

Interface SpecConnectionDetails

__tests__/utils/specHelper.ts:9–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const pkg = "ioredis";
8
9interface SpecConnectionDetails extends ConnectionOptions {
10 pkg: string;
11 host: string;
12 password: string;
13 port: number;
14 database: number;
15 namespace: string;
16 options?: { [key: string]: any };
17 redis?: Redis;
18}
19
20interface SpecHelper {
21 pkg: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected