Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support writing RDD of binary key-value pairs #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeremysong
Copy link

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.

@jeremysong jeremysong marked this pull request as ready for review September 18, 2023 20:04
@moores
Copy link

moores commented Jun 24, 2024

@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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants