Skip to content

Adds Password, Username and Network support for Redis connections

Adds username and password support for Redis connections.

Password will be Redis ACL compatible for redis 6+ if used in conjunction with Username, but also backwards compatible for Redis < 6.

Sentinel.SentinelPassword support is now also available.

Related issues: gitlab-org/gitlab#297682 (closed), gitlab-org/charts/gitlab#2528 (closed)

Related discussion: gitlab-org/charts/gitlab!1773 (comment 489224775)

It also deprecates the Redis.Server.Url in favor of Redis.Server.Address. Address is in the format of host:port.

Scheme can still be defined by Redis.Network and it can be set to tcp or unix.

Edited by João Alexandre Cunha

Merge request reports