Skip to content

Commit

Permalink
Add more sdk url (#19)
Browse files Browse the repository at this point in the history
Support more language sdk.
  • Loading branch information
yangbodong22011 authored Oct 9, 2022
1 parent 575b498 commit 9927838
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,13 @@ cmake ../ && make -j
3. 在redis根目录下运行./runtest --single tairzset

## 客户端
### Java : https://github.com/aliyun/alibabacloud-tairjedis-sdk
### 其他语言:可以参考java的sendcommand自己封装

| language | GitHub |
|----------|---|
| Java |https://github.com/alibaba/alibabacloud-tairjedis-sdk|
| Python |https://github.com/alibaba/tair-py|
| Go |https://github.com/alibaba/tair-go|
| .Net |https://github.com/alibaba/AlibabaCloud.TairSDK|

## API
[参考这里](CMDDOC.md)
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@ then the tairzset_module.so library file will be generated in the lib directory
3. run ./runtest --single tairzset

## Client
### Java : https://github.com/aliyun/alibabacloud-tairjedis-sdk

| language | GitHub |
|----------|---|
| Java |https://github.com/alibaba/alibabacloud-tairjedis-sdk|
| Python |https://github.com/alibaba/tair-py|
| Go |https://github.com/alibaba/tair-go|
| .Net |https://github.com/alibaba/AlibabaCloud.TairSDK|

## API
[Ref](CMDDOC.md)
Expand Down

0 comments on commit 9927838

Please sign in to comment.