Skip to content

Commit e9d527a

Browse files
committed
docs: update readme
1 parent 3960754 commit e9d527a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/install-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ go env GOBIN # 验证是否配置成功,如果输出不为空,说明设置
8989
#### 安装步骤
9090

9191
1. 安装 protoc:
92-
- 下载地址:[protoc v25.2](https://github.com/protocolbuffers/protobuf/releases/tag/v25.2)
92+
- 下载地址:[protoc v31.1](https://github.com/protocolbuffers/protobuf/releases/tag/v31.1)
9393
-`protoc` 可执行文件放入 `GOBIN` 目录
9494

9595
2. 安装 sponge:

assets/install-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ go env GOBIN # Verify configuration success, non-empty output indicates success
8383
#### Installation Steps
8484

8585
1. Install protoc:
86-
- Download link: [protoc v25.2](https://github.com/protocolbuffers/protobuf/releases/tag/v25.2)
86+
- Download link: [protoc v31.1](https://github.com/protocolbuffers/protobuf/releases/tag/v31.1)
8787
- Place the `protoc` executable file into the `GOBIN` directory
8888

8989
2. Install sponge:

pkg/sasynq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`sasynq` is a wrapper around the excellent [asynq](https://github.com/hibiken/asynq) library. It provides a simpler and more user-friendly SDK while remaining fully compatible with native asynq usage patterns. Its main features include:
44

55
- Support for Redis Cluster and Sentinel for high availability and horizontal scalability.
6-
- Distributed task queues with support for priority queues, delayed queues, unique tasks (to prevent duplicate execution), and periodic task scheduling.
6+
- Distributed task queues with support for priority queues, delayed queues, unique tasks (to prevent duplicate execution), cancel task, and periodic task scheduling.
77
- Built-in mechanisms for task retries (with customizable retry counts), timeouts, and deadlines.
88
- Flexible scheduling for immediate, delayed, or specific-time execution.
99
- Unified logging using zap.

0 commit comments

Comments
 (0)