Crate eventually_redis

Source
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§

EventStore
Redis backend implementation for eventually::EventStore trait.
EventStoreBuilder
Builder type for EventStore and EventSubscriber types.
EventSubscriber
Redis backend implementation for eventually::EventSubscriber trait.

Enums§

StoreError
Error types returned by the eventually::EventStore implementation on the EventStore type.
SubscriberError
Error types returned by the eventually::EventSubscriber implementation on the EventSubscriber type.

Constants§

STREAM_PAGE_DEFAULT
Default size of a paginated request to Redis XRANGE .. COUNT n for the EventStore::stream and EventStore::stream_all operations.

Type Aliases§

StoreResult
Result returning the crate StoreError type.
SubscriberResult
Result returning the crate SubscriberError type.