-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.3 regressions, 4.3.8, 4.4.4, 4.5
Hi all, recently, in MDL-69684, this line was included to validate the Redis server version: https://github.com/moodle/moodle/blob/MOODLE_403_STABLE/lib/classes/session/redis.php#L280. We use Envoy as a proxy in front of Redis, and it doesn't support the INFO command there, so it breaks, throwing the exception.
Exception - Failed to connect (try 5 out of 5) to redis at localhost:6380, error returned was: read error on connection to localhost:6380 |
A similar issue was reported in the past: MDL-74072 and a workaround was applied.
Wondering if we can apply the same logic here.