Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O OS Core Lib Azure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Lib
  • cloud
  • azure
  • OS Core Lib Azure
  • Merge requests
  • !178

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

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Krishna Nikhil Vedurumudi requested to merge redispoc into master Jan 20, 2022
  • Overview 5
  • Commits 10
  • Pipelines 26
  • Changes 10

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 Feb 16, 2022 by Krishna Nikhil Vedurumudi
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: redispoc