Skip to content

Commit e9bcdc9

Browse files
authored
Merge pull request #8706 from ProcessMaker/bugfix/FOUR-29010
FOUR-29010 Redis Client Requirement for Installation
2 parents 86fdf0a + 3eb8534 commit e9bcdc9

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)