Skip to content

Commit 8b09de9

Browse files
authored
feat(redis): add support for redis v5 (#2950)
1 parent 5836d7a commit 8b09de9

File tree

14 files changed

+764
-62
lines changed

14 files changed

+764
-62
lines changed

package-lock.json

Lines changed: 192 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/instrumentation-redis/.tav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ redis:
44
mode: latest-minors
55
commands: npm run test-v2-v3
66
- versions:
7-
include: '>=4 <5'
7+
include: '>=4 <6'
88
# "4.6.9" was a bad release that accidentally broke node v14 support.
99
exclude: "4.6.9"
1010
mode: latest-minors
11-
commands: npm test
11+
commands: npm run test

0 commit comments

Comments
 (0)