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

Method log

packages/test-utils/lib/proxy/redis-proxy.ts:394–398  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

392 }
393
394 private log(message: string): void {
395 if (this.config.enableLogging) {
396 console.log(`[RedisProxy] ${new Date().toISOString()} - ${message}`);
397 }
398 }
399}
400import { createServer } from 'net';
401

Callers 15

startMethod · 0.95
stopMethod · 0.95
sendToClientMethod · 0.95
sendToAllClientsMethod · 0.95
sendToClientsMethod · 0.95
test-utils.tsFile · 0.80
dbgMaintenanceFunction · 0.80
#connectMethod · 0.80
dockerRemoveFunction · 0.80
getAllRunningMethod · 0.80
index.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected