[][src]Constant eventually_redis::STREAM_PAGE_DEFAULT

pub const STREAM_PAGE_DEFAULT: usize = 128;

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

Page size can be overridden through the EventStoreBuilder::stream_page_size option.