libi / dcron

轻量分布式定时任务库 a lightweight distributed job scheduler library
MIT License
422 stars 73 forks source link

Use redis universal client #83

Closed AH-dark closed 5 months ago

AH-dark commented 6 months ago

UniversalClient is a wrapper client which, based on the provided options, represents either a ClusterClient, a FailoverClient, or a single-node Client. This can be useful for testing cluster-specific applications locally or having different clients in different environments.

codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (68982eb) 84.97% compared to head (e1e5e63) 85.21%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #83 +/- ## ========================================== + Coverage 84.97% 85.21% +0.23% ========================================== Files 17 17 Lines 1278 1278 ========================================== + Hits 1086 1089 +3 + Misses 160 158 -2 + Partials 32 31 -1 ```

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

dxyinme commented 5 months ago

pls read the CONTRIBUTING.md first. i think this PR should to merge into develop branch first.