libi / dcron

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

不支持redis集群? #90

Closed yueqianlong closed 3 months ago

yueqianlong commented 4 months ago

driver不支持redis集群?

dxyinme commented 4 months ago

曾经有过一个redisClusterDriver,但是由于很难进行良好的测试所以删除了,如果需要的话可以自己实现DriverV2接口,或者也可以提出建议或者提交PR实现redisClusterDriver

当前develop分支有一个universalClient的redis,或许可以使用clusterClient,具体PR见https://github.com/libi/dcron/pull/88 如果急用的话可以使用develop分支

dxyinme commented 3 months ago

最新的v0.5.5版本支持了