Does Vertx 3.5.0 supports Redis Sentinel or not? Any other ways to achieve it?
I have a Master and Slave Architecture in Redis, where I have failover implementation concepts. I can achieve this using NodeJS and Java, but while switching on to vertx-js I am unable to get the sentinel Connections.
Is there any updates regarding Sentinel Support for Vertx?