@types/bull
Advanced tools
Comparing version 3.5.8 to 3.5.9
@@ -52,5 +52,5 @@ // Type definitions for bull 3.5 | ||
* When specified, the `Queue` will use this function to create new `ioredis` client connections. | ||
* This is useful if you want to re-use connections. | ||
* This is useful if you want to re-use connections or connect to a Redis cluster. | ||
*/ | ||
createClient?(type: 'client' | 'subscriber' | 'bclient', redisOpts?: Redis.RedisOptions): Redis.Redis; | ||
createClient?(type: 'client' | 'subscriber' | 'bclient', redisOpts?: Redis.RedisOptions): Redis.Redis | Redis.Cluster; | ||
@@ -57,0 +57,0 @@ /** |
{ | ||
"name": "@types/bull", | ||
"version": "3.5.8", | ||
"version": "3.5.9", | ||
"description": "TypeScript definitions for bull", | ||
@@ -77,3 +77,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/bull" | ||
}, | ||
@@ -84,4 +85,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "d1009e7381598b917939d02ad7a537dce1e4e3740b83336f8494958d2db25797", | ||
"typesPublisherContentHash": "ea8d7befccd2b1ef9a7de5d41e926dcdd7fc24d7b7344863a3ab8f0e1db47443", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 19 Feb 2019 21:00:27 GMT | ||
* Last updated: Mon, 18 Mar 2019 16:08:40 GMT | ||
* Dependencies: @types/ioredis | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30795