连接redis读取配置文件。

This commit is contained in:
YuleiLan
2020-08-21 10:32:14 +08:00
parent a00816f7a5
commit 8334ba32ec
4 changed files with 18 additions and 10 deletions

View File

@@ -2,12 +2,8 @@ package main
import (
"ferry/cmd"
"ferry/pkg/task"
)
func main() {
// 启动异步任务队列
go task.Start()
cmd.Execute()
}