2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 11:05:58 +08:00

[ci skip] Update readme

This commit is contained in:
Ken Hibino 2020-02-07 06:45:36 -08:00
parent 7af69c8d3c
commit a6b79eb7a0

View File

@ -26,7 +26,7 @@ go get -u github.com/hibiken/asynq
First, make sure you are running a Redis server locally.
```sh
redis-server
$ redis-server
```
To create and schedule tasks, use `Client` and provide a task and when to process the task.
@ -113,7 +113,9 @@ Asynq ships with a command line tool to inspect the state of queues and tasks.
To install, run the following command:
go get github.com/hibiken/asynq/tools/asynqmon
```sh
go get -u github.com/hibiken/asynq/tools/asynqmon
```
For details on how to use the tool, refer to the tool's [README](/tools/asynqmon/README.md).