MCPcopy
hub / github.com/redis/node-redis / _maintenanceUpdate

Method _maintenanceUpdate

packages/client/lib/client/index.ts:1185–1188  ·  view source on GitHub ↗

* @internal

(update: MaintenanceUpdate)

Source from the content-addressed store, hash-verified

1183 * @internal
1184 */
1185 _maintenanceUpdate(update: MaintenanceUpdate) {
1186 this._self.#socket.setMaintenanceTimeout(update.relaxedSocketTimeout);
1187 this._self.#queue.setMaintenanceCommandTimeout(update.relaxedCommandTimeout);
1188 }
1189
1190 /**
1191 * @internal

Callers 1

Calls 2

setMaintenanceTimeoutMethod · 0.80

Tested by

no test coverage detected