mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
Update README.md with new redis tls options
This commit is contained in:
parent
0223c44c82
commit
cca2f00788
@ -107,6 +107,9 @@ _Note_: Use `--redis-url` to specify address, db-number, and password with one f
|
||||
| `--redis-password`(string) | `REDIS_PASSWORD` | password to use when connecting to redis server | "" |
|
||||
| `--redis-cluster-nodes`(string) | `REDIS_CLUSTER_NODES` | comma separated list of host:port addresses of cluster nodes | "" |
|
||||
| `--redis-tls`(string) | `REDIS_TLS` | server name for TLS validation used when connecting to redis server | "" |
|
||||
| `--redis-ca-cert`(string) | `REDIS_CA_CERT` | path to CA certificate file used when connecting to redis server | "" |
|
||||
| `--redis-client-cert`(string) | `REDIS_CLIENT_CERT` | path to client certificate file used when connecting to redis server | "" |
|
||||
| `--redis-client-key`(string) | `REDIS_CLIENT_KEY` | path to client key file used when connecting to redis server | "" |
|
||||
| `--redis-insecure-tls`(bool) | `REDIS_INSECURE_TLS` | disable TLS certificate host checks | false |
|
||||
| `--enable-metrics-exporter`(bool) | `ENABLE_METRICS_EXPORTER` | enable prometheus metrics exporter to expose queue metrics | false |
|
||||
| `--prometheus-addr`(string) | `PROMETHEUS_ADDR` | address of prometheus server to query time series | "" |
|
||||
|
Loading…
Reference in New Issue
Block a user