akkadotnet / Akka.Persistence.Redis

Redis storage for Akka.NET Persistence
Apache License 2.0
29 stars 19 forks source link

Sentinel support #41

Closed senzacionale closed 3 years ago

senzacionale commented 5 years ago

Hey,

do you support Sentinel for redis?

Something like:

redis {
  sentinel = true
  sentinel-master = "mymaster"  //master name
  sentinels = [{host :"localhost", port: 26379}] // list of sentinel addresses
}
Aaronontheweb commented 3 years ago

This is supported via the StackExchange.Redis connection strings you can pass into the akka.persistence.journal.redis and akka.persistence.snapshot-store.redis sections. https://stackexchange.github.io/StackExchange.Redis/Configuration.html