Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit b75f5d8

Browse files
committed
fix(redis): Apply instrumentation only for Redis <4.0
1 parent fbc9d9d commit b75f5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/plugin-redis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function unwrapInstallStreamListeners(redis) {
212212
module.exports = [
213213
{
214214
file: '',
215-
versions: '>=2.6',
215+
versions: '>=2.6 <4.0',
216216
patch: function (redis, api) {
217217
wrapCreateStream(redis, api);
218218
wrapInternalSendCommand(redis, api);

0 commit comments

Comments
 (0)