RedisLabs / spark-redis

A connector for Spark that allows reading and writing to/from Redis cluster
BSD 3-Clause "New" or "Revised" License
936 stars 367 forks source link

toRedisByteLISTs is not over writing the existing key in redis #360

Open dharmesh0500 opened 1 year ago

dharmesh0500 commented 1 year ago

Hello I am trying to write my RDD daily to redis cluster using spark. But I am facing issues where the new values are not been re written on the old values of the keys. Is there any configuration I am missing? Will really appreciate if someone can throw some light on this issue