RedisLabs / spark-redis

A connector for Spark that allows reading and writing to/from Redis cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python support for RDD

px1624 opened this issue · comments

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.