!103 更新文档

Merge pull request !103 from bandl/feat-doc-update
This commit is contained in:
bandl 2022-02-23 05:40:30 +00:00 committed by Gitee
commit 57caa66ef8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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)