File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,8 @@ Translations:
1818````
1919
2020### Introduction
21- ** This is project is still working in progress. Don't use it in production. I will release BETA when it is ready.**
22-
2321This project is a delay queue. It is based on Youzan 有赞 delay queue. Currently,
24- it is based on Redis for storage. It will support more types of storages in the
25- future.
22+ it is based on Redis for storage.
2623
2724### Highly Available
2825![ arch] ( ./doc/arch/Delay-Queue-HA.jpg )
Original file line number Diff line number Diff line change 1414````
1515
1616### 介绍
17- ** 这个项目还在持续开发当中,功能还不完善到生产使用。当基本功能完成和单元测试覆盖后,
18- 将发布Beta版本,提供大家使用。**
17+ 这个项目是仿照有赞的延迟队列进行设计的。现在这个队列是通过Redis Cluster来进行存储和实现分布式高可用的,
1918
20- 这个项目是仿照有赞的延迟队列进行设计的。现在这个队列是通过Redis来进行存储和实现分布式高可用的,
21- 这个项目会进行存储的拓展,如MYSQL,RABBITMQ,内存等实现方式的集成。
2219
2320### 高可用
2421![ arch] ( ./doc/arch/Delay-Queue-HA.jpg )
You can’t perform that action at this time.
0 commit comments