Skip to content

Draft: update: Add redis cache support to caching package

Martin Lowe requested to merge malowe/main/97 into main
  • update: Add redis cache support to caching package

Adds a Redis caching service, and adds binds to the loading cache manager to allow for distributed pre-cache. Currently this is a simple binding and doesn't have fallback behaviour for when the Redis service is down.

Merge request reports