Skip to content

Commit 3eb8534

Browse files
committed
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
1 parent 647527b commit 3eb8534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessMaker/Console/Commands/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Install extends Command
5252
{--data-username= : The data database username}
5353
{--data-password= : The data database password}
5454
{--data-schema= : The data database schema (if pgsql)}
55-
{--redis-client=predis : The Redis client (predis or phpredis)}
55+
{--redis-client=phpredis : The Redis client (predis or phpredis)}
5656
{--redis-host= : The Redis host, default is 127.0.0.1}
5757
{--redis-prefix= : The prefix to be appended to Redis entries}
5858
{--horizon-prefix=horizon: : The prefix to be appended to Horizon queue entries}

0 commit comments

Comments
 (0)