mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
[ci skip] Update readme
This commit is contained in:
parent
7af69c8d3c
commit
a6b79eb7a0
@ -26,7 +26,7 @@ go get -u github.com/hibiken/asynq
|
|||||||
First, make sure you are running a Redis server locally.
|
First, make sure you are running a Redis server locally.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
redis-server
|
$ redis-server
|
||||||
```
|
```
|
||||||
|
|
||||||
To create and schedule tasks, use `Client` and provide a task and when to process the task.
|
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:
|
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).
|
For details on how to use the tool, refer to the tool's [README](/tools/asynqmon/README.md).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user