@types/redis
Advanced tools
Comparing version 0.12.33 to 0.12.34
@@ -48,18 +48,29 @@ // Type definitions for redis 0.12.1 | ||
export interface ClientOpts { | ||
parser?: string; | ||
return_buffers?: boolean; | ||
auth_pass?: string; | ||
command_queue_high_water?: number; | ||
command_queue_low_water?: number; | ||
connect_timeout?: number; | ||
db?: string; | ||
detect_buffers?: boolean; | ||
socket_nodelay?: boolean; | ||
socket_keepalive?: boolean; | ||
no_ready_check?: boolean; | ||
disable_resubscribing?: boolean; | ||
enable_offline_queue?: boolean; | ||
retry_max_delay?: number; | ||
connect_timeout?: number; | ||
family?: string; | ||
host?: string; | ||
max_attempts?: number; | ||
auth_pass?: string; | ||
no_ready_check?: boolean; | ||
parser?: string; | ||
password?: string; | ||
family?: string; | ||
command_queue_high_water?: number; | ||
command_queue_low_water?: number; | ||
path?: string; | ||
port?: number; | ||
prefix?: string; | ||
rename_commands?: any; | ||
retry_max_delay?: number; | ||
retry_strategy?: RetryStrategy; | ||
retry_unfulfilled_commands?: boolean; | ||
return_buffers?: boolean; | ||
socket_keepalive?: boolean; | ||
socket_nodelay?: boolean; | ||
string_numbers?: boolean; | ||
tls?: any; | ||
url?: string; | ||
} | ||
@@ -389,3 +400,3 @@ | ||
zscan(args: any[], callback?: ResCallbackT<any>): boolean; | ||
// Extras | ||
@@ -392,0 +403,0 @@ duplicate(options?:any[], callback?:ResCallbackT<any>): RedisClient; |
{ | ||
"name": "@types/redis", | ||
"version": "0.12.33", | ||
"description": "TypeScript definitions for redis 0.12.1", | ||
"version": "0.12.34", | ||
"description": "TypeScript definitions for redis", | ||
"license": "MIT", | ||
@@ -17,4 +17,3 @@ "author": "Carlos Ballesteros Velasco <https://github.com/soywiz>, Peter Harris <https://github.com/CodeAnimal>, TANAKA Koichi <https://github.com/MugeSo>", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "3fced62f01c8785074d85e72c8eca15edafe9376b6b55423c49ae30a8aa412bc" | ||
"typesPublisherContentHash": "b84a6b84e75ebc2ca3aacd3c48ca3dbf1677eb8a40ae46a57663ddfc08e14e23" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for redis 0.12.1 (https://github.com/mranney/node_redis). | ||
This package contains type definitions for redis (https://github.com/mranney/node_redis). | ||
@@ -12,4 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 22 Nov 2016 20:59:30 GMT | ||
* File structure: ProperModule | ||
* Last updated: Mon, 12 Dec 2016 22:50:19 GMT | ||
* Library Dependencies: node | ||
@@ -16,0 +15,0 @@ * Module Dependencies: none |
{ | ||
"authors": "Carlos Ballesteros Velasco <https://github.com/soywiz>, Peter Harris <https://github.com/CodeAnimal>, TANAKA Koichi <https://github.com/MugeSo>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -10,3 +9,3 @@ "node" | ||
"libraryMinorVersion": 12, | ||
"libraryName": "redis 0.12.1", | ||
"libraryName": "redis", | ||
"typingsPackageName": "redis", | ||
@@ -16,3 +15,2 @@ "projectName": "https://github.com/mranney/node_redis", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [], | ||
@@ -26,3 +24,3 @@ "declaredModules": [ | ||
"hasPackageJson": false, | ||
"contentHash": "3fced62f01c8785074d85e72c8eca15edafe9376b6b55423c49ae30a8aa412bc" | ||
"contentHash": "b84a6b84e75ebc2ca3aacd3c48ca3dbf1677eb8a40ae46a57663ddfc08e14e23" | ||
} |
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
34586
668
18