RedisLabs/spark-redis

Python support for RDD

px1624 opened this issue · 0 comments

px1624 commented

Hi all,

I'm new to spark-redis. I'm looking to write a DataFrame to Redis using Python with PySpark. I see that the RDD APIs (toRedisHASH, toRedisKV, etc.) provide exactly what I'm looking for, but Python support is currently limited to DataFrames only. Is there a plan to support these methods in Python, or should I be using Scala for these tasks? Thanks in advance.