You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @returns serialized string that will be used as the db.statement attribute.
40
40
*/
41
41
exporttypeDbStatementSerializer=(
42
-
cmdName: IORedisCommand['name'],
43
-
cmdArgs: IORedisCommand['args']
42
+
cmdName: IoRedisCommand['name'],
43
+
cmdArgs: IoRedisCommand['args']
44
44
)=>string;
45
45
46
46
/**
47
47
* Options available for the IORedis Plugin (see [documentation](https://github.com/open-telemetry/opentelemetry-js/tree/master/packages/opentelemetry-plugin-ioredis#ioredis-plugin-options))
0 commit comments