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

Method write

lib/types.ts:17–17  ·  view source on GitHub ↗
(data: string | Buffer)

Source from the content-addressed store, hash-verified

15export interface PipelineWriteableStream {
16 isPipeline: true;
17 write(data: string | Buffer): unknown;
18 destination: { redis: { stream: NetStream } };
19}
20

Callers 7

toBufferMethod · 0.65
writeFunction · 0.65
sendCommandMethod · 0.65
writeMethod · 0.65
triggerParseErrorFunction · 0.65
spub_ssub.tsFile · 0.65
pub_sub.tsFile · 0.65

Implementers 1

MockServertest/helpers/mock_server.ts

Calls

no outgoing calls

Tested by

no test coverage detected