Closed Attumm closed 1 week ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Attention: Patch coverage is 99.21260%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 93.14%. Comparing base (
261bc74
) to head (c7d2a0c
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/redis_dict/core.py | 97.72% | 1 Missing :warning: |
tests/unit/tests_insertion_order_methods.py | 98.92% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This release focused on adding Python dictionary behavior to Redis Dict. Two missing features have been addressed:
raise_key_error_delete
. When set toTrue
, Redis Dict will raise aKeyError
when attempting to delete a key that has already been deleted. While this behavior might not be ideal in distributed computing scenarios due to potential edge cases, thanks to @bypoops for providing the solution.51
46