It appears that the Lettuce library used by OGM supports Redis master discovery via an integrated Sentinel client. What's the feasibility of leveraging this functionality in the OGM Redis client? This is crucial for high availability.
Reference:
https://github.com/mp911de/lettuce/wiki ... s-sentinelIt seems like overloading RedisDatastoreProvider.configureRedisUri to accept a different input parameter which represents the Sentinel information, to be specified in persistence.xml is the right place to start. I think I will work on this, but any suggestions are welcome.
Thanks!