IORedis has support to connect to redis clusters. I didn't find a way for bull_exporter to connect to redis clusters without a small adjustment (changing the constructor from IORedis(opts) to IORedis.Cluster([opts]).
Opening up this issue to track the status of the feature.
IORedis has support to connect to redis clusters. I didn't find a way for bull_exporter to connect to redis clusters without a small adjustment (changing the constructor from
IORedis(opts)toIORedis.Cluster([opts]).Opening up this issue to track the status of the feature.