docs: fix one typo

This commit is contained in:
lengcharles 2022-09-01 15:15:06 +08:00 committed by Ken Hibino
parent 1597dac66e
commit bda90ac732

View File

@ -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
``` ```