akkadotnet / Akka.Persistence.Redis

Redis storage for Akka.NET Persistence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example HOCON settings are missing the plugin key

jaydeboer opened this issue · comments

Being a noob I ran into issues while trying to get started with Akka.Persistence using Redis. It turns out I had to add plugin = "akka.persistence.journal.redis" to the journal settings and plugin = "akka.persistence.snapshot-store.redis" to the snapshot-store settings.

Closed via #14