You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I tried implementing the workaround, but IORedis.Cluster does not implement ping or scanstream? This looks a bit more complex that simply changing the constructor. Could you share the changes made, please?
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.
The text was updated successfully, but these errors were encountered: