Skip to content

Commit

Permalink
doc: change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
changsongl committed Mar 19, 2022
1 parent bd3ecc8 commit 8a2703f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ Translations:
````

### Introduction
**This is project is still working in progress. Don't use it in production. I will release BETA when it is ready.**

This project is a delay queue. It is based on Youzan 有赞 delay queue. Currently,
it is based on Redis for storage. It will support more types of storages in the
future.
it is based on Redis for storage.

### Highly Available
![arch](./doc/arch/Delay-Queue-HA.jpg)
Expand Down
5 changes: 1 addition & 4 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@
````

### 介绍
**这个项目还在持续开发当中,功能还不完善到生产使用。当基本功能完成和单元测试覆盖后,
将发布Beta版本,提供大家使用。**
这个项目是仿照有赞的延迟队列进行设计的。现在这个队列是通过Redis Cluster来进行存储和实现分布式高可用的,

这个项目是仿照有赞的延迟队列进行设计的。现在这个队列是通过Redis来进行存储和实现分布式高可用的,
这个项目会进行存储的拓展,如MYSQL,RABBITMQ,内存等实现方式的集成。

### 高可用
![arch](./doc/arch/Delay-Queue-HA.jpg)
Expand Down

0 comments on commit 8a2703f

Please sign in to comment.