docs(keeper): update keeper README
This commit is contained in:
parent
b6bd7a8c9a
commit
e6609b1c17
|
@ -171,9 +171,9 @@ cmake .. -DBUILD_TOOLS=true -DBUILD_CONTRIB=true
|
|||
make
|
||||
```
|
||||
|
||||
If you want to compile taosAdapter, you need add the `-DBUILD_HTTP=false` option.
|
||||
If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option.
|
||||
|
||||
If you want to compile taosKeeper, you need add the `--DBUILD_KEEPER=true` option.
|
||||
If you want to compile taosKeeper, you need to add the `--DBUILD_KEEPER=true` option.
|
||||
|
||||
You can use Jemalloc as memory allocator instead of glibc:
|
||||
|
||||
|
@ -203,9 +203,9 @@ mkdir debug && cd debug
|
|||
cmake .. && cmake --build .
|
||||
```
|
||||
|
||||
If you want to compile taosAdapter, you need add the `-DBUILD_HTTP=false` option.
|
||||
If you want to compile taosAdapter, you need to add the `-DBUILD_HTTP=false` option.
|
||||
|
||||
If you want to compile taosKeeper, you need add the `--DBUILD_KEEPER=true` option.
|
||||
If you want to compile taosKeeper, you need to add the `--DBUILD_KEEPER=true` option.
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- omit in toc -->
|
||||
# taosKeeper
|
||||
|
||||
[](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml)
|
||||
[](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml)
|
||||

|
||||

|
||||

|
||||
|
@ -90,7 +90,8 @@ ok github.com/taosdata/taoskeeper/util/pool 0.146s
|
|||
|
||||
## 6. CI/CD
|
||||
|
||||
[构建工作流](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml)
|
||||
- [Build Workflow](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml)
|
||||
- Code Coverage - TODO
|
||||
|
||||
## 7. 提交 Issues
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- omit in toc -->
|
||||
# taosKeeper
|
||||
|
||||
[](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml)
|
||||
[](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml)
|
||||

|
||||

|
||||

|
||||
|
@ -90,7 +90,8 @@ Performance testing is under development.
|
|||
|
||||
## 6. CI/CD
|
||||
|
||||
[Build Workflow](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci.yml)
|
||||
- [Build Workflow](https://github.com/taosdata/TDengine/actions/workflows/taoskeeper-ci-build.yml)
|
||||
- Code Coverage - TODO
|
||||
|
||||
## 7. Submitting Issues
|
||||
|
||||
|
|
Loading…
Reference in New Issue