MCPcopy
hub / github.com/redis/ioredis / reject

Method reject

lib/types.ts:12–12  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

10 args: CommandParameter[];
11 resolve(result: any): void;
12 reject(error: Error): void;
13}
14
15export interface PipelineWriteableStream {

Callers 13

setTimeoutMethod · 0.80
_convertValueMethod · 0.80
Pipeline.tsFile · 0.80
sendCommandMethod · 0.80
handleReconnectionMethod · 0.80
flushQueueMethod · 0.80
abortIncompletePipelinesFunction · 0.80
readyHandlerFunction · 0.80
sendCommandMethod · 0.80
tryConnectionMethod · 0.80
flushQueueMethod · 0.80

Implementers 1

Commandlib/Command.ts

Calls

no outgoing calls

Tested by

no test coverage detected