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 de0d5bf commit 3f925beCopy full SHA for 3f925be
plugins/node/opentelemetry-instrumentation-redis/src/v2-v3/instrumentation.ts
@@ -28,7 +28,7 @@ import {
28
import { RedisInstrumentationConfig } from '../types';
29
/** @knipignore */
30
import { PACKAGE_NAME, PACKAGE_VERSION } from '../version';
31
-import { RedisCommand, RedisPluginClientTypes } from './internal-types';
+import type { RedisCommand, RedisPluginClientTypes } from './internal-types';
32
import { SpanKind, context, trace } from '@opentelemetry/api';
33
import {
34
DBSYSTEMVALUES_REDIS,
0 commit comments