Skip to content

Commit

Permalink
add slack channel
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexStocks committed Jun 27, 2023
1 parent bf3574d commit d7f575f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ docker run -d \
-v <db_dir>:/pika/db \
-v <dump_dir>:/pika/dump \
-v <dbsync_dir>:/pika/dbsync \
pikadb/pika:v3.3.6
pikadb/pika:v3.3.6

redis-cli -p 9221 "info"

Expand All @@ -165,13 +165,13 @@ Meaning of dirs:


### Build Image
If you want to build the image yourself, we have provided a script `build_docker.sh` to simplify this process.
If you want to build the image yourself, we have provided a script `build_docker.sh` to simplify this process.

The script accepts several optional arguments:

- `-t tag`: Specify the Docker tag for the image. By default, the tag is `pikadb/pika:<git tag>`.
- `-p platform`: Specify the platform for the Docker image. By default is current docker's platform. `all`, `linux/amd64`, `linux/arm`, `linux/arm64`.
- `--proxy`: Use a proxy to download packages to speed up the build process. This is particularly useful if you are in China.
- `-p platform`: Specify the platform for the Docker image. By default is current docker's platform. `all`, `linux/amd64`, `linux/arm`, `linux/arm64`.
- `--proxy`: Use a proxy to download packages to speed up the build process. This is particularly useful if you are in China.
- `--help`: Display help information.

Here is an example usage of the script:
Expand All @@ -196,5 +196,7 @@ More details on [Performance](docs/benchmark/performance.md).

![](docs/images/pika-wechat.png)

* [Slack Channel](https://join.slack.com/t/w1687838400-twm937235/shared_invite/zt-1y72dch5d-~9CuERHYUSmfeJZh32Z~qQ)

QQ group: 294254078

8 changes: 5 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ docker run -d \
-v <db_dir>:/pika/db \
-v <dump_dir>:/pika/dump \
-v <dbsync_dir>:/pika/dbsync \
pikadb/pika:v3.3.6
pikadb/pika:v3.3.6

redis-cli -p 9221 "info"
```
Expand All @@ -154,7 +154,7 @@ redis-cli -p 9221 "info"
- `--help`: 显示帮助信息。

这是脚本的一个示例使用:

```bash
./build_docker.sh -p linux/amd64 -t private_registry/pika:latest
```
Expand Down Expand Up @@ -398,4 +398,6 @@ Pika与Redis的极限QPS对比。
![](docs/images/pika-wechat-cn.png)
QQ群:294254078
* [Slack Channel](https://join.slack.com/t/w1687838400-twm937235/shared_invite/zt-1y72dch5d-~9CuERHYUSmfeJZh32Z~qQ)
* QQ群:294254078

0 comments on commit d7f575f

Please sign in to comment.