Skip to content

feat: Switch user objects to be cached in redis from in-memory

Martin Lowe requested to merge malowe/main/125 into main
  • 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)

Merge request reports

Loading