Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • O OS Core Common
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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
  • core
  • OS Core Common
  • Merge requests
  • !30

New RedisCache constructor to support SSL and Password

  • Review changes

  • Download
  • 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
Reviewers
Request review from
Time tracking
Source branch: azure_redis_config