Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
export
interface
PipelineWriteableStream {
16
isPipeline: true;
17
write(data: string | Buffer): unknown;
18
destination: { redis: { stream: NetStream } };
19
}
20
Callers
7
toBuffer
Method · 0.65
write
Function · 0.65
sendCommand
Method · 0.65
write
Method · 0.65
triggerParseError
Function · 0.65
spub_ssub.ts
File · 0.65
pub_sub.ts
File · 0.65
Implementers
1
MockServer
test/helpers/mock_server.ts
Calls
no outgoing calls
Tested by
no test coverage detected