Skip to content

Releases: bytewax/bytewax-redis

v0.1

02 Oct 16:37
Compare
Choose a tag to compare

First release of the bytewax-redis connector.
The connector offers two sinks and one source:

  • RedisKVSink - A sink that writes key-value pairs to a Redis instance
  • RedisStreamSink - A sink that writes dicts to a Redis stream
  • RedisStreamSource - A source that reads items from a Redis stream

Go to the examples in the examples/ directory to see how to use the connector.

Full Changelog: https://github.com/bytewax/bytewax-redis/commits/v0.1