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

Support writing RDD of binary key-value pairs #378

Open jeremysong opened 10 months ago

jeremysong commented 10 months ago

Related to issue 320.

We have a use case that needs us to write our own binary key-value RDDs to Redis directly. The implementation mirrors the existing toRedisKV method, but accepts key and value as Byte Arrays.

moores commented 1 month ago

@jeremysong - How can we get this PR merged?
I just started working on a Redis write case, and I need the binary write capability. I'm using java and need to write keys/values with google protobuf output as a byte array.

jeremysong commented 1 month ago

@moores Still waiting on a reviewer with write access to approve this PR.