| Crates.io | redis_stream_bus |
| lib.rs | redis_stream_bus |
| version | 0.1.0 |
| created_at | 2025-11-13 10:52:09.722319+00 |
| updated_at | 2025-11-13 10:52:09.722319+00 |
| description | Async Redis Streams client that simplifies publishing, reading, and acknowledging entries. |
| homepage | |
| repository | https://github.com/ezex-io/redis-stream-bus |
| max_upload_size | |
| id | 1930854 |
| size | 70,022 |
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.
See examples/ folder for the basic usage examples.
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.