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 1f269d5 commit f471b7dCopy full SHA for f471b7d
packages/instrumentation-redis/src/redis.ts
@@ -25,7 +25,7 @@ const DEFAULT_CONFIG: RedisInstrumentationConfig = {
25
requireParentSpan: false,
26
};
27
28
-// Wrapper RedisInstrumentation that address all supported versions
+// Wrapper RedisInstrumentation that address all supported versions
29
export class RedisInstrumentation extends InstrumentationBase<RedisInstrumentationConfig> {
30
private instrumentationV2_V3: RedisInstrumentationV2_V3;
31
private instrumentationV4_V5: RedisInstrumentationV4_V5;
0 commit comments