Skip to content

Add support for Redis v6#1380

Merged
TimPansino merged 14 commits intomainfrom
new-redis-methods
May 1, 2025
Merged

Add support for Redis v6#1380
TimPansino merged 14 commits intomainfrom
new-redis-methods

Conversation

@lrafeei
Copy link
Copy Markdown
Contributor

@lrafeei lrafeei commented Apr 30, 2025

This PR adds support for Redis v6.0. The following changes have been accounted for:

New hash methods are now instrumented:

  • hgetdel
  • hgetex
  • hsetex

New Vectorset methods are now instrumented:

  • vadd
  • vcard
  • vdim
  • vemb
  • vgetattr
  • vinfo
  • vlinks
  • vrandmember
  • vrem
  • vsetattr
  • vsim

Testing Changes:
Redis v5 drops support for Python 3.7 so this has been dropped from testing. New Relic still supports Redis v4, which supports Python 3.7.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 30, 2025

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 6 0 0 0.7s
✅ MARKDOWN markdownlint 7 0 0 0 1.16s
✅ MARKDOWN markdown-link-check 7 0 0 9.21s
✅ PYTHON ruff 908 0 0 0 0.82s
✅ PYTHON ruff-format 908 0 0 0 0.33s
✅ YAML prettier 13 0 0 0 1.16s
✅ YAML v8r 13 0 0 6.87s
✅ YAML yamllint 13 0 0 0.58s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@mergify mergify bot added the tests-failing Tests failing in CI. label Apr 30, 2025
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.57%. Comparing base (4764774) to head (27043c5).
⚠️ Report is 337 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1380      +/-   ##
==========================================
+ Coverage   81.56%   81.57%   +0.01%     
==========================================
  Files         205      205              
  Lines       23214    23217       +3     
  Branches     3670     3670              
==========================================
+ Hits        18934    18939       +5     
+ Misses       3056     3053       -3     
- Partials     1224     1225       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

TimPansino
TimPansino previously approved these changes May 1, 2025
@lrafeei lrafeei changed the title Instrument new Redis methods Add support for Redis v6 May 1, 2025
@mergify mergify bot added the merge-conflicts Merge conflicts detected. label May 1, 2025
@mergify mergify bot removed the merge-conflicts Merge conflicts detected. label May 1, 2025
@lrafeei lrafeei marked this pull request as ready for review May 1, 2025 21:40
@lrafeei lrafeei requested a review from a team as a code owner May 1, 2025 21:40
@mergify mergify bot removed the tests-failing Tests failing in CI. label May 1, 2025
@TimPansino TimPansino merged commit dcb6839 into main May 1, 2025
60 checks passed
@TimPansino TimPansino deleted the new-redis-methods branch May 1, 2025 22:22
@lrafeei lrafeei added this to the v10.12.0 milestone May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants