mirror of
https://github.com/hibiken/asynq.git
synced 2025-07-05 04:43:41 +08:00
Update README.md
This commit is contained in:
parent
1ebdba5aec
commit
cb696d2fa4
@ -57,7 +57,7 @@ Initialize your project by creating a folder and then running `go mod init githu
|
||||
go get -u github.com/hibiken/asynq
|
||||
```
|
||||
|
||||
Make sure you're running a Redis server locally or from [Docker](https://hub.docker.com/_/redis) container. Version `3.0` or higher is required.
|
||||
Make sure you're running a Redis server locally or from a [Docker](https://hub.docker.com/_/redis) container. Version `3.0` or higher is required.
|
||||
|
||||
Next, write a package that encapsulates task creation and task handling.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user