-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#IOPID-2343] Introducing Redis cache for PDV Tokenizer calls #92
Conversation
Jira Pull Request LinkThis Pull Request refers to the following Jira issue IOPID-2343 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #92 +/- ##
==========================================
- Coverage 93.06% 91.37% -1.70%
==========================================
Files 25 31 +6
Lines 548 684 +136
Branches 61 88 +27
==========================================
+ Hits 510 625 +115
- Misses 35 54 +19
- Partials 3 5 +2 ☔ View full report in Codecov by Sentry. |
package.json
Outdated
@@ -71,6 +71,7 @@ | |||
"kafkajs": "^1.15.0", | |||
"lodash": "^4.17.21", | |||
"node-fetch": "^2.6.0", | |||
"redis": "~4.5.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can safely use ^4.6.10
like fn-fast-login
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
upgraded in ff00dfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Quality Gate passedIssues Measures |
🎉 All dependencies have been resolved ! |
List of Changes
Motivation and Context
Introducing Redis cache for PDV Tokenizer calls
How Has This Been Tested?
Unit tests, manual integration tests via docker engine
Screenshots (if appropriate):
Types of changes
Checklist: