name: aster
version: "1.2.1"
author: wayslog. <zxs867179@gmail.com>
about: Aster is a light, fast and powerful cache proxy written in rust.
args:
- config:
value_name: FILE
help: Sets a custom config file
takes_value: true
required: true
- ip:
short: i
long: ip
help: expose given ip for CLUSTER SLOTS/NODES command(may be used by jedis cluster connection).
- metrics:
short: m
long: metrics
help: port to expose prometheus (if compile without 'metrics' feature, this flag will be ignore).
- version:
short: V
long: version
help: show the version of aster.
- reload:
short: r
long: reload
help: enable reload feature for standalone proxy mode.