mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-15 06:48:25 +08:00
Add zscanStream redis command (#13212)
This exists as a command in `ioredis` but was missing from the type definition.
This commit is contained in:
committed by
Masahiro Wakame
parent
99dd18a7a1
commit
28f528ffab
3
ioredis/index.d.ts
vendored
3
ioredis/index.d.ts
vendored
@@ -338,6 +338,7 @@ declare module IORedis {
|
||||
|
||||
scanStream(options?: IORedis.ScanStreamOption): NodeJS.EventEmitter;
|
||||
hscanStream(key: string, options?: IORedis.ScanStreamOption): NodeJS.EventEmitter;
|
||||
zscanStream(key: string, options?: IORedis.ScanStreamOption): NodeJS.EventEmitter;
|
||||
}
|
||||
|
||||
interface Pipeline {
|
||||
@@ -719,4 +720,4 @@ declare module IORedis {
|
||||
retryDelayOnTryAgain?: number;
|
||||
redisOptions?: RedisOptions;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user