Release v0.5.2
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