Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
qishenonly committed Jul 23, 2023
1 parent 3f06b04 commit 4cc568e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ English | [中文](https://github.com/ByteStorage/flydb/blob/master/README_CN.md
You can install FlyDB using the Go command line tool:

```GO
go get github.com/ByteStorage/FlyDB@v1.0.6
go get github.com/ByteStorage/FlyDB@v1.0.10
```

Or clone this project from github:
Expand Down Expand Up @@ -172,6 +172,10 @@ V1.0.7: Short-term support version v1.0.7 supports data structures of BitMap typ

V1.0.8: Short-term support version v1.0.8 Support for a new in-memory index, SkipList. Some codes are optimized.

V1.0.9: Short-term support version v1.0.9 supports data structures of Sort Set type. Some codes are optimized.

V1.0.10: Short-term support version v1.0.10 supports data structures of Set type. Some codes are optimized.

## 👀 Contributor

<a href="https://github.com/ByteStorage/FlyDB/graphs/contributors">
Expand Down
6 changes: 5 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
您可以使用Go命令行工具安装FlyDB:

```GO
go get github.com/ByteStorage/FlyDB@v1.0.6
go get github.com/ByteStorage/FlyDB@v1.0.10
```

或者从github克隆这个项目:
Expand Down Expand Up @@ -173,6 +173,10 @@ V1.0.7: 短期支持版本v1.0.7支持BitMap类型的数据结构。并对部分

V1.0.8: 短期支持版本v1.0.8支持新的内存索引SkipList。对部分代码进行了优化。

V1.0.9: 短期支持版本v1.0.9支持Sort Set类型的数据结构。并对部分代码进行了优化。

V1.0.10: 短期支持版本v1.0.10支持Set类型的数据结构。并对部分代码进行了优化。

## 👀 贡献者列表

<a href="https://github.com/ByteStorage/FlyDB/graphs/contributors">
Expand Down

0 comments on commit 4cc568e

Please sign in to comment.