Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bull
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 175
    • Issues 175
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OptimalBits
  • bull
  • Merge requests
  • !1210

Improve compatibility with Google Cloud Platform Redis Memorystore

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/demidovsky/google_memorystore_compatibility into develop Feb 08, 2019
  • Overview 4
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: demidovsky

When using Google Cloud Platform Redis Memorystore, 'ERR unknown command: client' is thrown.

This is caused by architecture of Memorystore, as GCP docs say:

Some commands can interfere with a managed Redis service and are blocked.

CLIENT command is in the list of blocked commands.

Suppressing this error has no negative effect on main functionality, as it has been said in corresponding issue #1002

it is not critical, just used to name the different workers

and confirmed by us with extensive usage in both test and production environments.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/demidovsky/google_memorystore_compatibility