grafana-redis-datasource
grafana-redis-datasource copied to clipboard
getInstance Error: no pools available
I am trying to connect a redis cluster to a Garfana redis plugin and getting the getInstance error: no pool available.
But i can connect the individual nodes in standalone mode
@Purvesh05 In cluster mode, client will try to connect using internal cluster IP addresses compares to the standalone mode.
This can be an issue.
hi @mikhail-vl how do I get the internal cluster IP addresses. I am new to redis