2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-22 08:40:22 +08:00

Update README.md

This commit is contained in:
Vic Shóstak 2021-04-14 13:51:32 +03:00 committed by GitHub
parent 38bec36b1c
commit 1ebdba5aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,11 +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. Version `3.0` or higher is required.
```sh
redis-server
```
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.
Next, write a package that encapsulates task creation and task handling.