feat: Switch user objects to be cached in redis from in-memory
- feat: Switch user objects to be cached in redis from in-memory
To support better availability in error scenarios, we have made the decision to switch from in memory cache to a more stable distributed cache.
This relies on a production service being available, as at the time of this patch there is only a staging instance available for testing.
Resolves #125 (closed)