Can't connect to redis with authorization

Created on 14 February 2025, 9 days ago

Problem/Motivation

We have a redis that needs authentication and can't connect to it.

Steps to reproduce

Put authentication on redis.

Proposed resolution

Replace :
'password' => NULL,
By :
'password' => Settings::get('prometheus_metrics_redis_password'),
In src/Bridge/PromPHPClientBridge.php line 53

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024