Skip to content

Write lists for many keys to Redis #217

Closed
@frederic-schmaljohann

Description

@frederic-schmaljohann

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions