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

Proof of concept - storing data as binary rather than strings to support Array[Byte] #367

Closed rob-mccann closed 1 year ago

rob-mccann commented 1 year ago

This stores values as binary/byte arrays in redis rather than strings.

I had to remove some functionality from the plugin to get this to work - hopefully it'll provide some inspiration.