From 3eb8534f05ab537271ca4e02aacba3019a773249 Mon Sep 17 00:00:00 2001 From: Roly Gutierrez Date: Thu, 29 Jan 2026 00:30:12 -0400 Subject: [PATCH] FOUR-29010 Redis Client Requirement for Installation ## Description Default redis-client to phpredis so processmaker:install completes; MetricsService requires phpredis, not predis ## Related tickets https://processmaker.atlassian.net/browse/FOUR-29010 --- ProcessMaker/Console/Commands/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessMaker/Console/Commands/Install.php b/ProcessMaker/Console/Commands/Install.php index ec719c993b..85c5202ada 100644 --- a/ProcessMaker/Console/Commands/Install.php +++ b/ProcessMaker/Console/Commands/Install.php @@ -52,7 +52,7 @@ class Install extends Command {--data-username= : The data database username} {--data-password= : The data database password} {--data-schema= : The data database schema (if pgsql)} - {--redis-client=predis : The Redis client (predis or phpredis)} + {--redis-client=phpredis : The Redis client (predis or phpredis)} {--redis-host= : The Redis host, default is 127.0.0.1} {--redis-prefix= : The prefix to be appended to Redis entries} {--horizon-prefix=horizon: : The prefix to be appended to Horizon queue entries}