taskiq-python / taskiq-redis

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

Fixed rediscluster schedule source. #62

Closed s3rius closed 5 months ago

s3rius commented 5 months ago

This PR removes MGET command from a cluster source, because it's not available in clustering mode.

Fixes: https://github.com/taskiq-python/taskiq-redis/issues/61

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 96.27%. Comparing base (dce4dac) to head (1315cef).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #62 +/- ## =========================================== - Coverage 96.34% 96.27% -0.07% =========================================== Files 7 7 Lines 219 215 -4 =========================================== - Hits 211 207 -4 Misses 8 8 ```

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