ruststream-fred
Redis / Valkey broker implementation for the RustStream messaging framework, backed by
fred. Built on Redis Streams: durable consumer groups with
acknowledgement, redelivery, and crash recovery, across standalone, cluster, and sentinel
topologies.
Testing
[]
= { = "*", = ["testing"] }
features = ["testing"] exposes RedisTestBroker, an in-process test broker implementing
ruststream::testing::TestableBroker (exact stream-key routing, no server). Never enable this
feature in production builds.