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

Interface Respondable

lib/types.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7export type CommandParameter = string | Buffer | number | any[];
8export interface Respondable {
9 name: string;
10 args: CommandParameter[];
11 resolve(result: any): void;
12 reject(error: Error): void;
13}
14
15export interface PipelineWriteableStream {
16 isPipeline: true;

Callers 16

setBlockingTimeoutMethod · 0.65
fillResultMethod · 0.65
Pipeline.tsFile · 0.65
sendCommandMethod · 0.65
returnReplyMethod · 0.65
handleSubscriberReplyMethod · 0.65
fillSubCommandFunction · 0.65
fillUnsubCommandFunction · 0.65
setTimeoutMethod · 0.80
_convertValueMethod · 0.80
Pipeline.tsFile · 0.80
sendCommandMethod · 0.80

Implementers 1

Commandlib/Command.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…