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

RedisJSON support #348

Open
ghost opened this issue Jul 13, 2022 · 0 comments
Open

RedisJSON support #348

ghost opened this issue Jul 13, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 13, 2022

When writing a dataframe with an array column, the value is saved as a string in the form of a "WrappedArray(x, y, z)". Since Redis supports nested data structures through RedisJSON, spark-redis could offer a way to store complex spark data structures.

root
 |-- my_array: array (nullable = true)
 |    |-- element: string (containsNull = true)
 |-- id: string (nullable = true)
@ghost ghost changed the title DataFrame array columns RedisJSON support Jul 18, 2022
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

No branches or pull requests

0 participants