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.
MIT License
51 stars 14 forks source link

v2.6.1 #62

Closed Attumm closed 1 week ago

codecov-commenter commented 2 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.26%. Comparing base (6f25c5d) to head (fd23a96).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #62 +/- ## ========================================== + Coverage 97.14% 97.26% +0.12% ========================================== Files 1 1 Lines 245 256 +11 ========================================== + Hits 238 249 +11 Misses 7 7 ```

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

Attumm commented 1 week ago

This version relies on features of Redis available since v6.2.0, which was released in 2021. Unfortunately, some popular Linux distributions might have versions below that. Therefore, this version will become part of an earlier planned v3.0.0, which guarantees compatibility with Redis version v6.2.0 and up.