Skip to content

Release v0.5.2

Compare
Choose a tag to compare
@jruaux jruaux released this 13 Jun 18:33

Changelog

🚀 Features

  • Writer: Passthrough for binary values
  • Allow for no key prefix with .option("keyspace", "")
  • Added warning message when no key specified and type not stream
  • Add support for writing to Redis streams

🧪 Tests

  • Added no-key test
  • Integration test for redis stream writes
  • Added tests for all Spark field types

📝 Documentation

  • Document use of null id in xadd
  • Documented Redis stream write option