Need to assess the following before we begin making any changes: 1. [x] Is Akka.Persistence.Redis making the best use of its underlying data structures? I.E. how many I/O writes per logical write are we using right now? 2. [x] Is Akka.Persistence.Redis serializing its data in accordance with Akka.NET best practices? 3. [x] Is Akka.Persistence.Redis creating identifiers in Redis that will play nicely with Redis Cluster, per https://github.com/akkadotnet/Akka.Persistence.Redis/issues/93