redis_stream_bus

Crates.ioredis_stream_bus
lib.rsredis_stream_bus
version0.1.0
created_at2025-11-13 10:52:09.722319+00
updated_at2025-11-13 10:52:09.722319+00
descriptionAsync Redis Streams client that simplifies publishing, reading, and acknowledging entries.
homepage
repositoryhttps://github.com/ezex-io/redis-stream-bus
max_upload_size
id1930854
size70,022
(ezexci)

documentation

https://docs.rs/redis-stream-bus

README

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.

Commit count: 0

cargo fmt