Closed
Description
I would like to write lists values for multiple keys with spark-redis.
The data structure I would like to write is basically key:String, value:List[String]
.
Using regular redis commands I would use LPUSH
for example.
So far I have only found sc.toRedisLIST which doesn't seem to support multiple keys.
Am I missing something?
Thanks in advance