Grafana and redis-sentinel

Hello,

Is it possible to use redis-sentinel as a client for a session state provider ?

It seems there are references to it in the code base but just pointing the “redis” provider to the sentinel port doesn’t work.

This is due to we have a master-slave setup in redis, and 3 grafana nodes and we have to hard code the current master in the Grafana config rather than have sentinel provide the current master back.

Thanks