//! atomr-persistence-redis.
//!
//! Stores each persistence-id's journal as a sorted set keyed by sequence
//! number and each snapshot stream as a secondary sorted set keyed the same
//! way. Writes use MULTI/EXEC so a batch lands atomically.
pub use ;
pub use RedisConfig;
pub use RedisJournal;
pub use RedisSnapshotStore;