We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86fdf0a + 3eb8534 commit e9bcdc9Copy full SHA for e9bcdc9
ProcessMaker/Console/Commands/Install.php
@@ -52,7 +52,7 @@ class Install extends Command
52
{--data-username= : The data database username}
53
{--data-password= : The data database password}
54
{--data-schema= : The data database schema (if pgsql)}
55
- {--redis-client=predis : The Redis client (predis or phpredis)}
+ {--redis-client=phpredis : The Redis client (predis or phpredis)}
56
{--redis-host= : The Redis host, default is 127.0.0.1}
57
{--redis-prefix= : The prefix to be appended to Redis entries}
58
{--horizon-prefix=horizon: : The prefix to be appended to Horizon queue entries}
0 commit comments