We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce4755 commit cdc3cddCopy full SHA for cdc3cdd
src/providers/database/RedisManager/RedisIOClient.ts
@@ -75,8 +75,6 @@ export class RedisIOClient {
75
const clientList = await this.client.client("LIST"); // Assuming this.client is the IORedis client
76
clientCount = clientList.split("\n").length - 1; // Each client info is separated by a newline
77
78
- console.log("📕 Redis - Total connected clients: ", clientCount);
79
-
80
this.newRelic.trackMetric(
81
NewRelicMetricCategory.Count,
82
NewRelicSubCategory.Server,
0 commit comments