taskiq-python / taskiq-redis

Broker and result backend for taskiq
MIT License
40 stars 18 forks source link

Added serializer option to redis backend. #57

Closed s3rius closed 5 months ago

s3rius commented 7 months ago

Closes https://github.com/taskiq-python/taskiq-redis/issues/56

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 88.57143% with 4 lines in your changes missing coverage. Please review.

Project coverage is 93.24%. Comparing base (386b5bb) to head (f536b4f).

Files Patch % Lines
taskiq_redis/redis_broker.py 80.00% 2 Missing :warning:
taskiq_redis/redis_backend.py 93.75% 1 Missing :warning:
taskiq_redis/schedule_source.py 88.88% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #57 +/- ## =========================================== - Coverage 94.13% 93.24% -0.90% =========================================== Files 8 7 -1 Lines 358 370 +12 =========================================== + Hits 337 345 +8 - Misses 21 25 +4 ```

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