libi / dcron

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

Use redis universal client #85

Closed AH-dark closed 5 months ago

AH-dark commented 5 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.

dxyinme commented 5 months ago

develop branch diff文件过多的问题已经解决,拉取最新的分支修改下再来个PR吧