We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c7cf1 commit 6288f7dCopy full SHA for 6288f7d
index.d.ts
@@ -64,7 +64,7 @@ declare namespace Bull {
64
* Options passed into the `ioredis` constructor's `options` parameter.
65
* `connectionName` is overwritten with `Queue.clientName()`. other properties are copied
66
*/
67
- redis?: Redis.RedisOptions | undefined;
+ redis?: Redis.RedisOptions | string| undefined;
68
69
/**
70
* When specified, the `Queue` will use this function to create new `ioredis` client connections.
0 commit comments