Attumm / redis-dict

Python dictionary with Redis as backend, built for large datasets. Simplifies Redis operations for large-scale and distributed systems. Supports various data types, namespacing, pipelining, and expiration.
https://attumm.github.io/redis-dict/
MIT License
53 stars 14 forks source link

Add delete raise keyerror #81

Closed Attumm closed 3 weeks ago

Attumm commented 3 weeks ago

Added dict_compliant flag, delete will raise if key not set #46

codecov-commenter commented 3 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.57%. Comparing base (261bc74) to head (27ed0e9). Report is 1 commits behind head on v3.2.0-pre-release.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v3.2.0-pre-release #81 +/- ## ====================================================== + Coverage 97.53% 97.57% +0.03% ====================================================== Files 3 3 Lines 325 330 +5 ====================================================== + Hits 317 322 +5 Misses 8 8 ```

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