Skip to content

Remove Redis config from gitlab-shell

Stan Hu requested to merge sh-remove-gitlab-shell-redis into master

Since gitlab-shell!181 (merged), gitlab-shell no longer can talk to Redis directly. All operations go through the internal API.

Removing this config is useful for several reasons:

  1. It removes dead code.
  2. Since the gitlab-shell config is repeatedly parsed with every git action, removing a few lines can improve performance.
  3. There is a bug in string handling when there are YAML characters included in the Redis password field.

Merge request reports