Redis Stream Bus
redis_stream_bus is a Rust library for working with Redis Streams like an event bus.
It wraps the low-level commands with a small, async-friendly API that covers publishing, reading, and acknowledging entries.
Examples
See examples/ folder for the basic usage examples.
Contributing
Contributions are welcome! Open an issue or submit a pull request, and include tests for new behaviour. Continuous integration checks linting, the test suite, and the examples so the crate stays healthy.