Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O OS Core Common
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • 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 Software
  • Platform
  • System
  • Lib
  • core
  • OS Core Common
  • Merge requests
  • !30

New RedisCache constructor to support SSL and Password

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alok Joshi requested to merge azure_redis_config into master Oct 13, 2020
  • Overview 9
  • Commits 7
  • Pipelines 12
  • Changes 2

Create a separate RedisCache constructor which supports password and SSL enabled connection to Redis clusters. It will be consumed by services that wish to use Redis cache instead of instance based memcache to implement caching. Current cluster settings are non-SSL which do not use password.

This change is in response to the bug filed osdu/platform/system/storage#34 (closed). The bug may be filed specifically for Azure bug this is a generic connection change

Will follow up with changes in services after this is merged

Edited Oct 13, 2020 by Alok Joshi
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: azure_redis_config