crackthecodeabhi / kreds

A thread-safe, non-blocking, coroutine-based Redis client implementation for Kotlin
https://crackthecodeabhi.github.io/kreds
Apache License 2.0
198 stars 18 forks source link

Release redis messages when it is reference counted #124

Closed crackthecodeabhi closed 9 months ago

crackthecodeabhi commented 9 months ago

Fixes memory leak issue https://github.com/crackthecodeabhi/kreds/issues/80

codecov[bot] commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (ef941d4) 17.16% compared to head (3ca4e45) 17.37%.

Files Patch % Lines
...hub/crackthecodeabhi/kreds/pipeline/Transaction.kt 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #124 +/- ## ============================================ + Coverage 17.16% 17.37% +0.21% Complexity 12 12 ============================================ Files 39 39 Lines 1882 1888 +6 Branches 158 159 +1 ============================================ + Hits 323 328 +5 Misses 1525 1525 - Partials 34 35 +1 ``` | [Flag](https://app.codecov.io/gh/crackthecodeabhi/kreds/pull/124/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Abhijith+Shivaswamy) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/crackthecodeabhi/kreds/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Abhijith+Shivaswamy) | `17.37% <87.50%> (+0.21%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Abhijith+Shivaswamy#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.