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

Interface DataHandledable

lib/DataHandler.ts:24–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24export interface DataHandledable extends EventEmitter {
25 stream: NetStream;
26 status: string;
27 condition: Condition | null;
28 commandQueue: Deque<CommandItem>;
29
30 disconnect(reconnect: boolean): void;
31 recoverFromFatalError(
32 commandError: Error,
33 err: Error,
34 options: FlushQueueOptions
35 ): void;
36 handleReconnection(err: Error, item: CommandItem): void;
37}
38
39interface ParserOptions {
40 stringNumbers: boolean;

Callers 11

disconnectMethod · 0.65
mock_server.tsFile · 0.65
getCommandsFromMonitorFunction · 0.65
connector.tsFile · 0.65
sentinel_nat.tsFile · 0.65
pipeline.tsFile · 0.65
disconnection.tsFile · 0.65
client_info.tsFile · 0.65
returnFatalErrorMethod · 0.65
connectHandlerFunction · 0.65
returnErrorMethod · 0.65

Implementers 1

Redislib/Redis.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…