@luceos
I tried to install it on flarum 15 using composer require blomstra/flarum-redis: ^ 0.2.4-beta
It installed successfully
Then i went inside public_html/vendor/blomstra/flarum-redis/extend.php
i updated it like this
return [
new Blomstra\Redis\Extend\Redis([
'host' => '127.0.0.1',
'password' => null,
'port' => 6379,
'database' => 1,
])
];
I activated it in admin panel and
then i run php flarum queue:work which i got this response There are no commands defined in the "queue" namespace.
I Ignored, and tried to surf my site but then it had already broken showing the HTTP/Server message. 😓
Inside storage/cache there were many folders populated
Maybe am missing something?
My flarum speed grade score is C. I want to make this one work and score A like @[deleted]