Releases: bytewax/bytewax-redis
Releases · bytewax/bytewax-redis
v0.1
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 instanceRedisStreamSink
- A sink that writes dicts to a Redis streamRedisStreamSource
- 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