Skip to content

v0.1

Latest
Compare
Choose a tag to compare
@Psykopear Psykopear released this 02 Oct 16:37
· 2 commits to main since this release

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