feat(mq-starter-idempotent-redis): 新建 driver 中立去重模块,迁入 RedisMqIdempotentStore 及其测试

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 10:04:10 +08:00
parent f4793b10c0
commit c2a31c9339
5 changed files with 172 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
<name>mq-starter 统一 MQ 抽象层</name>
<modules>
<module>mq-starter-core</module>
<module>mq-starter-idempotent-redis</module>
<module>mq-starter-rocketmq</module>
<module>mq-starter-redis-stream</module>
<module>mq-spring-boot-starter</module>