docs: fix one typo

This commit is contained in:
lengcharles 2022-09-01 15:15:06 +08:00 committed by GitHub
parent 1597dac66e
commit 11bb9e1837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ To connect to a **single redis server**, use either `--redis-url` or (`--redis-a
Example:
```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
```