After we start 7000 to 7005, 6 nodes, execute this command from src directory to configure cluster. >./redis-trib.rb create --replicas 1 127.0.0.1:7000 127.0.0.1:7001 127.0.0.1:7002 127.0.0.1:7003 127.0.0.1:7004
# step1 # open file `/path/to/redis-rdb-cli/conf/redis-rdb-cli.conf` # change property `metric_gateway from `none` to `influxdb` # # step2 $ cd /path/to/redis-rdb-cli/dashboard $ docker-compose up -d # # step3 $ rmonitor -s redis://127.0.0.1:6379 -n standalone $ r...