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

V3.0.0 release #67

Closed Attumm closed 1 month ago

Attumm commented 1 month ago

RedisDict v3.0.0

Major Changes

Project Structure

Python Modernization

Type System Improvements

Quality

Breaking Changes

Coming in v3.1.0

Redis Compatibility

Closed Issues

Contributors:

Special thanks to these contributors:

@hughes-uk - Bug identification and reporting @jvllmr - Feature implementation


This release represents a major modernization effort, bringing RedisDict up to current Python Standards

codecov-commenter commented 1 month 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 98.15%. Comparing base (ca07bc8) to head (6e095aa).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ========================================== + Coverage 97.20% 98.15% +0.95% ========================================== Files 1 3 +2 Lines 250 325 +75 ========================================== + Hits 243 319 +76 + Misses 7 6 -1 ```

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