Skip to content

Created wrapper for Redis to de-couple availability of redis with service health.

Krishna Nikhil Vedurumudi requested to merge redispoc into master

All Submissions:


  • [YES] I have added an explanation of what changes in this merge do and why we should include it?
  • [YES] I have updated the documentation accordingly.
  • [YES/NO/NA] I have added tests to cover my changes. - TBD - Opened up for initial review
  • [YES] All new and existing tests passed.
  • [YES] My code follows the code style of this project.
  • [YES] I ran lint checks locally prior to submission.

What is the issue or story related to the change?


High level design:

Issue:

Change details:

Created a wrapper for RedisCache RedisAzureCache that would be wired up the services even without availability of the Redis cache infrastructure.

This enables us to de-couple Redis availability with Service health. i.e., Redis unavailability will cause service degradation rather than outage.

Test coverage:


Does this introduce a breaking change?


  • [NO]

Pending items


Other information


Edited by Krishna Nikhil Vedurumudi

Merge request reports