I have redis setup with 2 standalone redis instances
servers=[ "10.0.0.1", "10.0.0.2" ]
password="SECRET"
database=0
cluster=false
but it doesn’t look like chirpstack is mirroring the keys on both instances, so if I lose the “active” instance then I’ve lost the keys/activations until the device reactivates. Is that correct?
Do I need to make sure to externally sync the keys between the two instances or is this something that chirpstack can do? If yes, this would be a great feature addition to mirror all keys in environments that don’t support true clustering.