mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-18 18:55:54 +08:00
docs: fix one typo
This commit is contained in:
parent
1597dac66e
commit
bda90ac732
@ -119,7 +119,7 @@ To connect to a **single redis server**, use either `--redis-url` or (`--redis-a
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ ./asynqmon --redis-url=redis://:mypassword@]localhost:6380/2
|
$ ./asynqmon --redis-url=redis://:mypassword@localhost:6380/2
|
||||||
|
|
||||||
$ ./asynqmon --redis-addr=localhost:6380 --redis-db=2 --redis-password=mypassword
|
$ ./asynqmon --redis-addr=localhost:6380 --redis-db=2 --redis-password=mypassword
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user