spark-redis
spark-redis copied to clipboard
Does spark-redis support sentinel mode in python?
Should work, did you get any issue with this mode?
Should work, did you get any issue with this mode?
I use redis(a python lib) like from redis.sentinel import Sentinel
to implement it. And now I switch to pyspark, but I have no idea in how to configure sentinel mode in spark-redis. So could you give me some examples? Thanks
Duplicate of #56.