Socket
Socket
Sign inDemoInstall

@types/ioredis

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ioredis - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

53

ioredis/index.d.ts

@@ -12,2 +12,3 @@ // Type definitions for ioredis 4.0

// Oleg Repin <https://github.com/iamolegga>
// Ting-Wai To <https://github.com/tingwai-to>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -486,2 +487,28 @@ // TypeScript Version: 2.8

zscanStream(key: KeyType, options?: ScanStreamOption): NodeJS.EventEmitter;
xack(key: KeyType, group: string, ...ids: string[]): any;
xadd(key: KeyType, id: string, ...args: string[]): any;
xclaim(key: KeyType, group: string, consumer: string, minIdleTime: number, ...args: any[]): any;
xdel(key: KeyType, ...ids: string[]): any;
xgroup(...args: any[]): any;
xinfo(...args: any[]): any;
xlen(key: KeyType): any;
xpending(key: KeyType, group: string, ...args: any[]): any;
xrange(key: KeyType, start: string, end: string, ...args: any[]): any;
xread(...args: any[]): any;
xreadgroup(groupOption: 'GROUP' | 'group', group: string, consumer: string, ...args: any[]): any;
xrevrange(key: KeyType, end: string, start: string, ...args: any[]): any;
xtrim(key: KeyType, maxLenOption: 'MAXLEN' | 'maxlen', ...args: any[]): any;
}

@@ -806,2 +833,28 @@

pfcount(...keys: KeyType[]): Pipeline;
xack(key: KeyType, group: string, ...ids: string[]): Pipeline;
xadd(key: KeyType, id: string, ...args: string[]): Pipeline;
xclaim(key: KeyType, group: string, consumer: string, minIdleTime: number, id: string, ...args: any[]): Pipeline;
xdel(key: KeyType, ...ids: string[]): Pipeline;
xgroup(...args: any[]): Pipeline;
xinfo(...args: any[]): Pipeline;
xlen(key: KeyType): Pipeline;
xpending(key: KeyType, group: string, ...args: any[]): Pipeline;
xrange(key: KeyType, start: string, end: string, ...args: any[]): Pipeline;
xread(...args: any[]): Pipeline;
xreadgroup(command: 'GROUP' | 'group', group: string, consumer: string, ...args: any[]): Pipeline;
xrevrange(key: KeyType, end: string, start: string, ...args: any[]): Pipeline;
xtrim(key: KeyType, strategy: 'MAXLEN' | 'maxlen', ...args: any[]): Pipeline;
}

@@ -808,0 +861,0 @@

10

ioredis/package.json
{
"name": "@types/ioredis",
"version": "4.0.3",
"version": "4.0.4",
"description": "TypeScript definitions for ioredis",

@@ -51,5 +51,11 @@ "license": "MIT",

"githubUsername": "iamolegga"
},
{
"name": "Ting-Wai To",
"url": "https://github.com/tingwai-to",
"githubUsername": "tingwai-to"
}
],
"main": "",
"types": "index",
"repository": {

@@ -63,4 +69,4 @@ "type": "git",

},
"typesPublisherContentHash": "6649f50690974cabcf44d53f2cbd17a63d9bbd6aea0031d10dc893122f0092ea",
"typesPublisherContentHash": "8862e7dad42fd4992ebc1592e6c24a6e21e074c9fa34687aefa845aa2d168131",
"typeScriptVersion": "2.8"
}

4

ioredis/README.md

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 05 Oct 2018 18:12:55 GMT
* Last updated: Wed, 07 Nov 2018 23:38:09 GMT
* Dependencies: node

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by York Yao <https://github.com/plantain-00>, Christopher Eck <https://github.com/chrisleck>, Yoga Aliarham <https://github.com/aliarham11>, Ebrahim <https://github.com/br8h>, Shahar Mor <https://github.com/shaharmor>, Whemoon Jang <https://github.com/palindrom615>, Francis Gulotta <https://github.com/reconbot>, Dmitry Motovilov <https://github.com/funthing>, Oleg Repin <https://github.com/iamolegga>.
These definitions were written by York Yao <https://github.com/plantain-00>, Christopher Eck <https://github.com/chrisleck>, Yoga Aliarham <https://github.com/aliarham11>, Ebrahim <https://github.com/br8h>, Shahar Mor <https://github.com/shaharmor>, Whemoon Jang <https://github.com/palindrom615>, Francis Gulotta <https://github.com/reconbot>, Dmitry Motovilov <https://github.com/funthing>, Oleg Repin <https://github.com/iamolegga>, Ting-Wai To <https://github.com/tingwai-to>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc