Skip to main content

Crate rakka_persistence_redis

Crate rakka_persistence_redis 

Source
Expand description

rakka-persistence-redis. akka.net: Akka.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