Expand description
Redis backend implementation for eventually
crate.
§Event Store
eventually-redis
supports the eventually::EventStore
trait through
the EventStore
type.
§Event Subscriber
eventually-redis
supports the [eventually::EventSubscriber
] trait
through the EventSubscriber
type.
Structs§
- Event
Store - Redis backend implementation for
eventually::EventStore
trait. - Event
Store Builder - Builder type for
EventStore
andEventSubscriber
types. - Event
Subscriber - Redis backend implementation for
eventually::EventSubscriber
trait.
Enums§
- Store
Error - Error types returned by the
eventually::EventStore
implementation on theEventStore
type. - Subscriber
Error - Error types returned by the
eventually::EventSubscriber
implementation on theEventSubscriber
type.
Constants§
- STREAM_
PAGE_ DEFAULT - Default size of a paginated request to Redis
XRANGE .. COUNT n
for theEventStore::stream
andEventStore::stream_all
operations.
Type Aliases§
- Store
Result - Result returning the crate
StoreError
type. - Subscriber
Result - Result returning the crate
SubscriberError
type.