-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix redis expiration #82
Conversation
Keys stored in redis should expire and not persist more than the max duration of the rates provided. Addresses issue #74
patch version bump
AbstractClass maintained as before. maxinterval adopted only for redis class.
- use pipeline for multi-command execution
Codecov ReportBase: 98.15% // Head: 98.17% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #82 +/- ##
==========================================
+ Coverage 98.15% 98.17% +0.02%
==========================================
Files 7 7
Lines 379 384 +5
Branches 33 34 +1
==========================================
+ Hits 372 377 +5
Misses 4 4
Partials 3 3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@pavinjosdev tests alright now. |
@vutran1710 Okay, great. Thank you! |
Refactor & Update PR #81 fixing #74