From 4cc568e1ccaf9aaf2e3bed000244dccb93b3a6a2 Mon Sep 17 00:00:00 2001 From: qishenonly <1050026498@qq.com> Date: Sun, 23 Jul 2023 17:49:12 +0800 Subject: [PATCH] update README --- README.md | 6 +++++- README_CN.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f777489f..ac4e44ab 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 diff --git a/README_CN.md b/README_CN.md index e07e7fbe..9709dcd7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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克隆这个项目: @@ -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类型的数据结构。并对部分代码进行了优化。 + ## 👀 贡献者列表