Skip to main content

Crate atomr_persistence_redis

Crate atomr_persistence_redis 

Source
Expand description

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.

Structs§

RedisConfig
RedisJournal
RedisSnapshotStore
StoredRepr
StoredSnapshot