Skip to content

Commit cdc3cdd

Browse files
committed
total connected clients message removal
1 parent 2ce4755 commit cdc3cdd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/providers/database/RedisManager/RedisIOClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ export class RedisIOClient {
7575
const clientList = await this.client.client("LIST"); // Assuming this.client is the IORedis client
7676
clientCount = clientList.split("\n").length - 1; // Each client info is separated by a newline
7777

78-
console.log("📕 Redis - Total connected clients: ", clientCount);
79-
8078
this.newRelic.trackMetric(
8179
NewRelicMetricCategory.Count,
8280
NewRelicSubCategory.Server,

0 commit comments

Comments
 (0)