We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521b17b commit 807346bCopy full SHA for 807346b
plugins/node/opentelemetry-plugin-redis/src/redis.ts
@@ -26,7 +26,7 @@ import { VERSION } from './version';
26
27
export class RedisPlugin extends BasePlugin<typeof redisTypes> {
28
static readonly COMPONENT = 'redis';
29
- readonly supportedVersions = ['^2.6.0']; // equivalent to >= 2.6.0 <3
+ readonly supportedVersions = ['^2.6.0', '^3.0.0']; // equivalent to >= 2.6.0
30
31
constructor(readonly moduleName: string) {
32
super('@opentelemetry/plugin-redis', VERSION);
0 commit comments