vvsuperman / coolmq

消息最终一致性方案,基于rabbitmq的分布式事务解决方案
657 stars 310 forks source link

redis使用的意义 #11

Closed PeterPan-luo closed 6 years ago

PeterPan-luo commented 6 years ago

redis在该项目中使用的意义是什么?感觉在该项目中不使用redis也能实现消息的最终可消费吧

vvsuperman commented 6 years ago

用于重发计数,否则如何知道要重发呢?项目中还应该维护一个守护进程扫描redis中的消息存储,找出没有发送成功的消息