mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
@types/bull: fix redis import
This commit is contained in:
Vendored
+2
-2
@@ -5,7 +5,7 @@
|
||||
// Marshall Cottrell <https://github.com/marshall007>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
import * as Redis from "redis";
|
||||
import * as Redis from "ioredis";
|
||||
|
||||
/**
|
||||
* This is the Queue constructor.
|
||||
@@ -26,7 +26,7 @@ declare namespace Bull {
|
||||
/**
|
||||
* Options passed directly to the `ioredis` constructor
|
||||
*/
|
||||
redis?: Redis.ClientOpts;
|
||||
redis?: Redis.RedisOptions;
|
||||
|
||||
/**
|
||||
* Prefix to use for all redis keys
|
||||
|
||||
Reference in New Issue
Block a user