Redis Clustering support with redis sntinel

I was trying to setup redis clustering with loraserver. Redis provides inbuilt clustering and high availability support with redis sentinel(https://redis.io/topics/sentinel). The problem is that for sentinel to work, the client needs to support it. I had a look at the library loraserver is using for redis. It is https://github.com/garyburd/redigo. That library does not have sentinel support. Has anyone successfully setup highly available loraserver setup yet? If so how did you do it for redis?