Skip to content

Redis Sentinel support for GitLab

Gabriel Mazetto requested to merge feature/redis-sentinel into master

This will add required changes for supporting Redis Sentinel in Omnibus packages, compatible with the Redis Sentinel support in GitLab gitlab-org/gitlab-ce!1877

Allows to have passwords (requirepass, masterauth) with spaces.


I’ve sneaked into the MR two small fixes unrelated to sentinel (highlighting and a fix in python3 build, to make sure we are not bundling sqlite into it)

the sqlite part was only happening on my local vagrant machine

Merge request reports