@types/redis
Advanced tools
Comparing version 2.8.2 to 2.8.3
@@ -253,4 +253,4 @@ // Type definitions for redis 2.8 | ||
*/ | ||
brpoplpush(source: string, destination: string, timeout: number, cb?: Callback<[string, string]>): R; | ||
BRPOPLPUSH(source: string, destination: string, timeout: number, cb?: Callback<[string, string]>): R; | ||
brpoplpush(source: string, destination: string, timeout: number, cb?: Callback<string|null>): R; | ||
BRPOPLPUSH(source: string, destination: string, timeout: number, cb?: Callback<string|null>): R; | ||
@@ -257,0 +257,0 @@ /** |
{ | ||
"name": "@types/redis", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "TypeScript definitions for redis", | ||
@@ -48,4 +48,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d4c6ec46be2d9c72c5c6fa11a0e993c4a2dfd79ffbb602293ae574991714250f", | ||
"typesPublisherContentHash": "11f9ac9056d34d838c53131884731ba9d590bec2060b250bd550526c21c8eedf", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 07 Dec 2017 21:20:07 GMT | ||
* Last updated: Wed, 13 Dec 2017 19:13:38 GMT | ||
* Dependencies: events, stream, node | ||
@@ -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
49956