spark-redis
spark-redis copied to clipboard
Sentinel support
I cannot understand from issues that were raised if spark-redis supports Sentinel? I couldn't manage to write Dataframe to Redis running with Sentinel. Please confirm that currently lib doesn't provide that functionality.
I have never tried it with Sentinel and not sure if the library was designed to support it.
Jedis does support Sentinel https://github.com/xetorthio/jedis/blob/master/src/test/java/redis/clients/jedis/tests/JedisSentinelPoolTest.java
@gkorland Is there a plan to support Sentinel Redis mode?