feat(doc): update doc

This commit is contained in:
bandl 2022-02-23 13:39:27 +08:00
parent 07dd0f8874
commit d254a71560
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# WheatCache
![](./doc/_icon/version.svg) ![](./doc/_icon/cache.svg) ![](./doc/_icon/alf.svg)
![](doc/_icon/version.svg) ![](doc/_icon/cache.svg) ![](doc/_icon/alf.svg)
### 介绍
WheatCache, 是一个使用使用 go 语言开发,采用 grpc 服务调用的高性能,高扩展性的分布式缓存。
@ -18,7 +18,7 @@ WheatCache, 是一个使用使用 go 语言开发,采用 grpc 服务调用的
### 软件架构
![架构图](./doc/_icon/architecture.svg)
![架构图](doc/_icon/architecture.svg)
1. 应用层使用 一元 RPC 构建,参考 protobuf 构建其他平台客户端。
2. 网关层主要实现集群的转发主从模式的转发协议的转换storage 状态监听
@ -126,4 +126,4 @@ func TestClient(t *testing.T) {
### 开发者文档
#### storage 部分开发文档
[storage 开发文档](./doc/storage/storage.md)
[storage 开发文档](doc/storage/storage.md)