doc(readme): over hashx

This commit is contained in:
bandl 2021-11-05 20:48:34 +08:00
parent fcdb2310fe
commit 44bd5bc7cd
1 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ func TestClient(t *testing.T) {
- [x] 基础类型
- [x] listx
- [x] stringx
- [ ] hashx
- [x] hashx
- [ ] setx
- [ ] zsetx
- [ ] channelx
@ -112,8 +112,8 @@ func TestClient(t *testing.T) {
- [ ] lru 消息推送
- 网关层
- [x] 基于 key 一致性 hash 的集群 transport
- [ ] 基于配置的主从 transpoart
- [ ] 基于配置的备份 transpoart
- [ ] 基于配置的主从 transport
- [ ] 基于配置的备份 transport
- 中间件以及插件层
- [x] 推送中间件
- [x] 事件驱动 v2