commit
57caa66ef8
|
@ -1,5 +1,5 @@
|
|||
# WheatCache
|
||||
  
|
||||
  
|
||||
|
||||
### 介绍
|
||||
WheatCache, 是一个使用使用 go 语言开发,采用 grpc 服务调用的高性能,高扩展性的分布式缓存。
|
||||
|
@ -18,7 +18,7 @@ WheatCache, 是一个使用使用 go 语言开发,采用 grpc 服务调用的
|
|||
|
||||
|
||||
### 软件架构
|
||||

|
||||

|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue