MCPcopy
hub / github.com/redis/node-redis / #write

Method #write

packages/client/lib/client/index.ts:1482–1487  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1480 }
1481
1482 #write() {
1483 if(this.#paused) {
1484 return
1485 }
1486 this.#socket.write(this.#queue.commandsToWrite());
1487 }
1488
1489 #scheduledWrite?: NodeJS.Immediate;
1490

Callers 2

socketInitiatorMethod · 0.95
#scheduleWriteMethod · 0.95

Calls 2

commandsToWriteMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected