redis_stream_bus 0.1.0

Async Redis Streams client that simplifies publishing, reading, and acknowledging entries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.