You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: