Skip to content

Commit 6627b07

Browse files
authored
Update README.md
1 parent 810c60f commit 6627b07

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@
1212

1313
```
1414
[
15-
'default'=>'sync' //驱动类型,可选择 sync(默认):同步执行,database:数据库驱动,redis:Redis驱动,topthink:Topthink驱动
16-
//或其他自定义的完整的类名
15+
'default'=>'sync' //驱动类型,可选择 sync(默认):同步执行,database:数据库驱动,redis:Redis驱动//或其他自定义的完整的类名
1716
]
1817
```
1918

20-
### 驱动配置
21-
> 各个驱动的具体可用配置项在`think\queue\connector`目录下各个驱动类里的`options`属性中,写在上面的`queue`配置里即可覆盖
22-
2319

2420
## 创建任务类
2521
> 单模块项目推荐使用 `app\job` 作为任务类的命名空间

0 commit comments

Comments
 (0)