Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyang8094 committed Mar 17, 2022
1 parent 61816ca commit 1fbee51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- 针对field支持高效的active expire和passivity expire,其中active expire支持SORT_MODE和SCAN_MODE两种模式。
- 语法和原生hash数据类型类似
- 低内存占用,索引中无内存拷贝
- 支持filed过期删除事件通知(基于pubsub)
- 支持field过期删除事件通知(基于pubsub)

## 数据结构
![avatar](imgs/tairhash_index2.png)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- Support efficient active expiration (SORT mode and SCAN mode) and passivity expiration for field
- The cmd is similar to the redis hash
- Very low memory consumption, no memory copy in the index
- Support filed expired deletion event notification (based on pubsub)
- Support field expired event notification (based on pubsub)

## Data structure
![avatar](imgs/tairhash_index2.png)
Expand Down

0 comments on commit 1fbee51

Please sign in to comment.