spark-redis icon indicating copy to clipboard operation
spark-redis copied to clipboard

Sentinel support

Open akhlybov opened this issue 5 years ago • 3 comments

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.

akhlybov avatar Nov 26 '19 08:11 akhlybov

I have never tried it with Sentinel and not sure if the library was designed to support it.

fe2s avatar Nov 26 '19 15:11 fe2s

Jedis does support Sentinel https://github.com/xetorthio/jedis/blob/master/src/test/java/redis/clients/jedis/tests/JedisSentinelPoolTest.java

gkorland avatar Nov 26 '19 16:11 gkorland

@gkorland Is there a plan to support Sentinel Redis mode?

swallowjy avatar Apr 27 '20 08:04 swallowjy